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