Belle II Software  release-05-02-19
CheckCalibDB Class Reference
Inheritance diagram for CheckCalibDB:
Collaboration diagram for CheckCalibDB:

Public Member Functions

def printChannel (self, payload)
 
def printChannelMask (self)
 
def printModule (self, payload)
 
def printCommon (self, payload)
 
def printTimeBase (self)
 
def event (self)
 

Detailed Description

print calibration status of TOPCal payloads 

Definition at line 27 of file checkCalibDB.py.

Member Function Documentation

◆ event()

def event (   self)
event processing 

Definition at line 101 of file checkCalibDB.py.

101  def event(self):
102  ''' event processing '''
103 
104  print()
105  print('Calibration status of GT =', tag)
106  print('Experiment =', expNo, 'Run =', runNo)
107  print()
108  self.printTimeBase()
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()
120  print()
121 
122 
123 # Central database

◆ 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)
print status of channel masks 

Definition at line 46 of file checkCalibDB.py.

◆ 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)
print status of time base calibration 

Definition at line 86 of file checkCalibDB.py.


The documentation for this class was generated from the following file:
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146