137 for (
unsigned int drawer = 0; drawer < drawerMax; ++drawer) {
142 msg(MSG::INFO) << ros <<
"/" << std::setw(2)
143 << drawer <<
"/" << std::setw(2)
146 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
148 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
150 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
152 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
159 msg(MSG::INFO) << std::fixed << std::right << std::setw(9) << std::setprecision(5)
160 << chanCalMeV <<
" (total)";
164 msg(MSG::INFO) << std::fixed << std::right << std::setw(9) << std::setprecision(5)
168 <<
" (onlMev->oflADC)";
181 ATH_MSG_INFO(
"Performing an energy scan to test CIS LUT" );
183 unsigned int ros = 1;
184 unsigned int drawer = 0;
185 unsigned int channel = 0;
187 for (
int adcCounts = 0; adcCounts <
m_i_ADCmax; ++adcCounts) {
188 double energy =
static_cast<float>(adcCounts);
189 ATH_MSG_INFO( ros <<
"/" << drawer <<
"/" << channel <<
"/" << adc <<
" : "
190 <<
"ADC counts = " << adcCounts
206 for (
unsigned int drawer = 0; drawer < drawerMax; ++drawer) {
211 msg(MSG::INFO) << ros <<
"/" << std::setw(2)
212 << drawer <<
"/" << std::setw(2)
215 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
217 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
219 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
221 << std::fixed << std::right << std::setw(9) << std::setprecision(5)
227 msg(MSG::INFO) << std::fixed << std::right << std::setw(9) << std::setprecision(5)
228 << chanCalMeV <<
" (total)";