|
| db |
| payload
|
|
| file |
| output file name
|
|
| h |
| histogram
|
|
Save module T0 from database into a root file as histogram
Definition at line 33 of file getModuleT0Histo.py.
◆ event()
event processing
Definition at line 48 of file getModuleT0Histo.py.
49 ''' event processing '''
51 for slot
in range(1, 17):
52 self.h.SetBinContent(slot, self.db.getT0(slot))
53 self.h.SetBinError(slot, self.db.getT0Error(slot))
54 if self.db.isCalibrated(slot):
55 print(
'slot', slot,
'status = calibrated')
56 elif self.db.isUnusable(slot):
57 print(
'slot', slot,
'status = unusable')
59 print(
'slot', slot,
'status = default')
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: