print calibration status of TOPCal payloads
Definition at line 27 of file checkCalibDB.py.
◆ event()
event processing
Definition at line 101 of file checkCalibDB.py.
102 ''' event processing '''
105 print(
'Calibration status of GT =', tag)
106 print(
'Experiment =', expNo,
'Run =', runNo)
109 self.printChannel(
'TOPCalChannelT0')
110 self.printModule(
'TOPCalModuleT0')
111 self.printCommon(
'TOPCalCommonT0')
112 self.printChannel(
'TOPCalChannelNoise')
113 self.printChannel(
'TOPCalChannelPulseHeight')
114 self.printChannel(
'TOPCalChannelRQE')
115 self.printChannel(
'TOPCalChannelThresholdEff')
116 self.printChannel(
'TOPCalChannelThreshold')
117 self.printChannel(
'TOPCalIntegratedCharge')
118 self.printModule(
'TOPCalModuleAlignment')
119 self.printChannelMask()
◆ printChannel()
def printChannel |
( |
|
self, |
|
|
|
payload |
|
) |
| |
print status of a payload given by the argument
Definition at line 30 of file checkCalibDB.py.
◆ printChannelMask()
def printChannelMask |
( |
|
self | ) |
|
◆ printCommon()
def printCommon |
( |
|
self, |
|
|
|
payload |
|
) |
| |
print status of a payload given by the argument
Definition at line 73 of file checkCalibDB.py.
◆ printModule()
def printModule |
( |
|
self, |
|
|
|
payload |
|
) |
| |
print status of a payload given by the argument
Definition at line 58 of file checkCalibDB.py.
◆ printTimeBase()
def printTimeBase |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: