![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | fillLists (self, svdClusterFromTracks) |
| def | set_localdb (self, localDB) |
| def | set_run_number (self, run) |
| def | set_exp_number (self, exp) |
| def | initialize (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| NTOT | |
| counts the number of clusters | |
| localdb | |
| set the name of the localDB used | |
| runnumber | |
| set the run number | |
| expnumber | |
| set the experiment number | |
| outputFileName | |
| name of the output file | |
| resList | |
| lists used to create the histograms for each TB : residuals | |
| spList | |
| scatterplot t0 vs cog | |
| cogList | |
| cog | |
| cdcList | |
| t0 | |
| snrList | |
| Cluster SNR. | |
| sizeList | |
| Cluster Size. | |
| chargeList | |
| Cluster charge. | |
| cdcErrorList | |
| t0 no synchronized | |
| Evt | |
| counts the number of events | |
| EventT0Hist | |
| distribution of EventT0 | |
| gaus | |
| gaus function used for fitting distributions | |
| pol1 | |
| order 1 polynomium used for the calibration | |
| pol3 | |
| order 3 polynomium used for the calibration | |
| cdcEventT0 | |
| registers PyStoreObj EventT0 | |
| TB | |
| trigger bin | |
Python class used for checking SVD CoG Calibration stored in a localDB
Definition at line 37 of file CoGCalibration_utils_checkCalibration.py.
| def event | ( | self | ) |
Function that allows to cicle on the events
Definition at line 252 of file CoGCalibration_utils_checkCalibration.py.
| def fillLists | ( | self, | |
| svdClusterFromTracks | |||
| ) |
Function that fill the lists needed for the check of the calibration
parameters:
svdClusterFromTracks (SVDCluster): Cluster related to tracks
Definition at line 42 of file CoGCalibration_utils_checkCalibration.py.
| def initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 120 of file CoGCalibration_utils_checkCalibration.py.
| def set_exp_number | ( | self, | |
| exp | |||
| ) |
Function that allows to save the experiment number
parameters:
exp (int): experiment number
Definition at line 110 of file CoGCalibration_utils_checkCalibration.py.
| def set_localdb | ( | self, | |
| localDB | |||
| ) |
Function that allows to set the localDB
parameters:
localDB (str): Name of the localDB used
Definition at line 90 of file CoGCalibration_utils_checkCalibration.py.
| def set_run_number | ( | self, | |
| run | |||
| ) |
Function that allows to save the run number
parameters:
run (int): run number
Definition at line 100 of file CoGCalibration_utils_checkCalibration.py.
| def terminate | ( | self | ) |
Terminates te class and produces the output rootfile
Definition at line 275 of file CoGCalibration_utils_checkCalibration.py.
| cdcErrorList |
t0 no synchronized
Definition at line 144 of file CoGCalibration_utils_checkCalibration.py.
| cdcEventT0 |
registers PyStoreObj EventT0
Definition at line 260 of file CoGCalibration_utils_checkCalibration.py.
| cdcList |
t0
Definition at line 136 of file CoGCalibration_utils_checkCalibration.py.
| chargeList |
Cluster charge.
Definition at line 142 of file CoGCalibration_utils_checkCalibration.py.
| cogList |
cog
Definition at line 134 of file CoGCalibration_utils_checkCalibration.py.
| EventT0Hist |
distribution of EventT0
Definition at line 241 of file CoGCalibration_utils_checkCalibration.py.
| Evt |
counts the number of events
Definition at line 149 of file CoGCalibration_utils_checkCalibration.py.
| expnumber |
set the experiment number
Definition at line 118 of file CoGCalibration_utils_checkCalibration.py.
| gaus |
gaus function used for fitting distributions
Definition at line 244 of file CoGCalibration_utils_checkCalibration.py.
| localdb |
set the name of the localDB used
Definition at line 98 of file CoGCalibration_utils_checkCalibration.py.
| NTOT |
counts the number of clusters
Definition at line 88 of file CoGCalibration_utils_checkCalibration.py.
| outputFileName |
name of the output file
Definition at line 126 of file CoGCalibration_utils_checkCalibration.py.
| pol1 |
order 1 polynomium used for the calibration
Definition at line 246 of file CoGCalibration_utils_checkCalibration.py.
| pol3 |
order 3 polynomium used for the calibration
Definition at line 248 of file CoGCalibration_utils_checkCalibration.py.
| resList |
lists used to create the histograms for each TB : residuals
Definition at line 130 of file CoGCalibration_utils_checkCalibration.py.
| runnumber |
set the run number
Definition at line 108 of file CoGCalibration_utils_checkCalibration.py.
| sizeList |
Cluster Size.
Definition at line 140 of file CoGCalibration_utils_checkCalibration.py.
| snrList |
Cluster SNR.
Definition at line 138 of file CoGCalibration_utils_checkCalibration.py.
| spList |
scatterplot t0 vs cog
Definition at line 132 of file CoGCalibration_utils_checkCalibration.py.
| TB |
trigger bin
Definition at line 270 of file CoGCalibration_utils_checkCalibration.py.