print content of TOPCalModuleT0
Definition at line 33 of file checkDB-moduleT0.py.
◆ event()
event processing
Definition at line 49 of file checkDB-moduleT0.py.
50 ''' event processing '''
53 runNo =
'r' +
'{:0=5d}'.format(evtMetaData.getRun())
56 b2.B2ERROR(runNo +
': payload not found')
58 if not self.db.hasChanged():
62 print(
'... to ' + self.lastRun)
66 for slot
in range(1, 17):
67 if self.db.isCalibrated(slot):
69 elif self.db.isUnusable(slot):
73 print(
' slot' +
'{:0=2d}'.format(slot) +
': T0 =',
74 round(self.db.getT0(slot), 4),
'+/-', round(self.db.getT0Error(slot), 4),
a (simplified) python wrapper for StoreObjPtr.
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: