15 m_onlineHelper(nullptr)
29 return StatusCode::SUCCESS;
36 return StatusCode::SUCCESS;
44 auto larRampCorr = std::make_unique<LArRampComplete>();
50 std::vector<std::string>::const_iterator itrStringID=
m_inputStringIDs.begin();
53 const std::string& theString=*itrStringID;
55 is << theString << std::endl;
56 int iBarrel,iSide,iFT,iSlot,iChannel,iGain;
59 is >>iBarrel >> iSide >> iFT >> iSlot >> iChannel >> iGain >> slope;
73 << (std::string)except
74 <<
" barrel_ec, side, feedthrough, slot, channel= " << iBarrel <<
" "
85 std::cout <<
" Fix channel " << iBarrel <<
" " << iSide <<
" " << iFT <<
" " << iSlot <<
" "
86 <<
" " << iChannel <<
" Gain = " << iGain <<
" New Slope " << slope << std::endl;
92 ATH_CHECK ( larRampCorr->insertCorrection(chid,ramp,iGain) );
98 return StatusCode::SUCCESS;