![]() |
Belle II Software prerelease-10-00-00a
|
Public Member Functions | |
fillLists (self, svdClusterFromTracks) | |
set_localdb (self, localDB) | |
set_run_number (self, run) | |
set_exp_number (self, exp) | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
int | NTOT = self.NTOT + 1 |
counts the number of clusters | |
localdb = localDB | |
set the name of the localDB used | |
runnumber = run | |
set the run number | |
expnumber = exp | |
set the experiment number | |
str | outputFileName |
name of the output file | |
list | resList = [] |
lists used to create the histograms for each TB : residuals | |
list | spList = [] |
scatterplot t0 vs cog | |
list | cogList = [] |
cog | |
list | cdcList = [] |
t0 | |
list | snrList = [] |
Cluster SNR. | |
list | sizeList = [] |
Cluster Size. | |
list | chargeList = [] |
Cluster charge. | |
list | cdcErrorList = [] |
t0 no synchronized | |
int | Evt = 0 |
counts the number of events | |
EventT0Hist = TH1F("EventT0", " ", 160, -40, 40) | |
distribution of EventT0 | |
gaus = TF1("gaus", 'gaus(0)', -150, 150) | |
gaus function used for fitting distributions | |
pol1 = TF1("pol1", "[0] + [1]*x", -30, 30) | |
order 1 polynomium used for the calibration | |
pol3 = TF1("pol3", "[0] + [1]*x + [2]*x*x + [3]*x*x*x", -50, 50) | |
order 3 polynomium used for the calibration | |
cdcEventT0 = Belle2.PyStoreObj(cdc_Time0) | |
registers PyStoreObj EventT0 | |
TB = ord(clsTB) | |
trigger bin | |
Python class used for checking SVD CoG Calibration stored in a localDB
Definition at line 37 of file CoGCalibration_utils_checkCalibration.py.
event | ( | self | ) |
Function that allows to cycle on the events
Definition at line 252 of file CoGCalibration_utils_checkCalibration.py.
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.
initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 120 of file CoGCalibration_utils_checkCalibration.py.
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.
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.
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.
terminate | ( | self | ) |
Terminates the class and produces the output rootfile
Definition at line 275 of file CoGCalibration_utils_checkCalibration.py.
list cdcErrorList = [] |
t0 no synchronized
Definition at line 144 of file CoGCalibration_utils_checkCalibration.py.
cdcEventT0 = Belle2.PyStoreObj(cdc_Time0) |
registers PyStoreObj EventT0
Definition at line 260 of file CoGCalibration_utils_checkCalibration.py.
list cdcList = [] |
t0
Definition at line 136 of file CoGCalibration_utils_checkCalibration.py.
list chargeList = [] |
Cluster charge.
Definition at line 142 of file CoGCalibration_utils_checkCalibration.py.
list cogList = [] |
cog
Definition at line 134 of file CoGCalibration_utils_checkCalibration.py.
EventT0Hist = TH1F("EventT0", " ", 160, -40, 40) |
distribution of EventT0
Definition at line 241 of file CoGCalibration_utils_checkCalibration.py.
int Evt = 0 |
counts the number of events
Definition at line 149 of file CoGCalibration_utils_checkCalibration.py.
expnumber = exp |
set the experiment number
Definition at line 118 of file CoGCalibration_utils_checkCalibration.py.
gaus = TF1("gaus", 'gaus(0)', -150, 150) |
gaus function used for fitting distributions
Definition at line 244 of file CoGCalibration_utils_checkCalibration.py.
localdb = localDB |
set the name of the localDB used
Definition at line 98 of file CoGCalibration_utils_checkCalibration.py.
int NTOT = self.NTOT + 1 |
counts the number of clusters
Definition at line 88 of file CoGCalibration_utils_checkCalibration.py.
str outputFileName |
name of the output file
Definition at line 126 of file CoGCalibration_utils_checkCalibration.py.
pol1 = TF1("pol1", "[0] + [1]*x", -30, 30) |
order 1 polynomium used for the calibration
Definition at line 246 of file CoGCalibration_utils_checkCalibration.py.
pol3 = TF1("pol3", "[0] + [1]*x + [2]*x*x + [3]*x*x*x", -50, 50) |
order 3 polynomium used for the calibration
Definition at line 248 of file CoGCalibration_utils_checkCalibration.py.
list resList = [] |
lists used to create the histograms for each TB : residuals
Definition at line 130 of file CoGCalibration_utils_checkCalibration.py.
runnumber = run |
set the run number
Definition at line 108 of file CoGCalibration_utils_checkCalibration.py.
list sizeList = [] |
Cluster Size.
Definition at line 140 of file CoGCalibration_utils_checkCalibration.py.
list snrList = [] |
Cluster SNR.
Definition at line 138 of file CoGCalibration_utils_checkCalibration.py.
list spList = [] |
scatterplot t0 vs cog
Definition at line 132 of file CoGCalibration_utils_checkCalibration.py.
TB = ord(clsTB) |
trigger bin
Definition at line 270 of file CoGCalibration_utils_checkCalibration.py.