Belle II Software  release-08-01-10
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 34 of file checkCalibDB.py.

Member Function Documentation

◆ event()

def event (   self)
 event processing 

Definition at line 108 of file checkCalibDB.py.

108  def event(self):
109  ''' event processing '''
110 
111  print()
112  print('Calibration status of GT =', tag)
113  print('Experiment =', expNo, 'Run =', runNo)
114  print()
115  self.printTimeBase()
116  self.printChannel('TOPCalChannelT0')
117  self.printModule('TOPCalModuleT0')
118  self.printCommon('TOPCalCommonT0')
119  self.printChannel('TOPCalChannelNoise')
120  self.printChannel('TOPCalChannelPulseHeight')
121  self.printChannel('TOPCalChannelRQE')
122  self.printChannel('TOPCalChannelThresholdEff')
123  self.printChannel('TOPCalChannelThreshold')
124  self.printChannel('TOPCalIntegratedCharge')
125  self.printModule('TOPCalModuleAlignment')
126  self.printChannelMask()
127  print()
128 
129 
130 # Central database

◆ printChannel()

def printChannel (   self,
  payload 
)
 print status of a payload given by the argument 

Definition at line 37 of file checkCalibDB.py.

◆ printChannelMask()

def printChannelMask (   self)
 print status of channel masks 

Definition at line 53 of file checkCalibDB.py.

◆ printCommon()

def printCommon (   self,
  payload 
)
 print status of a payload given by the argument 

Definition at line 80 of file checkCalibDB.py.

◆ printModule()

def printModule (   self,
  payload 
)
 print status of a payload given by the argument 

Definition at line 65 of file checkCalibDB.py.

◆ printTimeBase()

def printTimeBase (   self)
 print status of time base calibration 

Definition at line 93 of file checkCalibDB.py.


The documentation for this class was generated from the following file: