print content of TOPCalModuleT0
Definition at line 25 of file checkDB-moduleT0.py.
◆ event()
event processing
Definition at line 41 of file checkDB-moduleT0.py.
42 ''' event processing '''
45 runNo =
'r' +
'{:0=5d}'.format(evtMetaData.getRun())
48 B2ERROR(runNo +
': payload not found')
50 if not self.db.hasChanged():
54 print(
'... to ' + self.lastRun)
58 for slot
in range(1, 17):
59 if self.db.isCalibrated(slot):
61 elif self.db.isUnusable(slot):
65 print(
' slot' +
'{:0=2d}'.format(slot) +
': T0 =',
66 round(self.db.getT0(slot), 4),
'+/-', round(self.db.getT0Error(slot), 4),
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: