11 #include <top/dbobjects/TOPPmtGainPar.h>
23 void TOPPmtGainPar::print()
const
25 cout <<
"PMT gain parameters:" << endl;
26 cout <<
" Serial number: " << getSerialNumber() << endl;
27 cout <<
" Nominal HV: " << getNominalHV() <<
" V" << endl;
28 for (
unsigned channel = 1; channel <= c_NumPmtPixels; channel++) {
29 cout << setw(4) << channel;
30 cout << setw(12) << getConstant(channel);
31 cout << setw(12) << getSlope(channel);
32 cout << setw(12) << getRatio(channel);
33 cout << setw(12) << getGain0(channel, getNominalHV());