Belle II Software development
|
Public Member Functions | |
def | notApplyCorrectForCDCLatency (self, mode) |
def | fillLists (self, svdRecoDigits_rel_Clusters, svdClusters_rel_RecoTracks_cl) |
def | set_localdb (self, localDB) |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
notApplyCDCLatencyCorrection | |
parameter that allows to apply or not the CDC latency correction | |
NTOT | |
counts the number of clusters | |
localdb | |
set the name of the localDB used | |
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. | |
nList | |
number of clusters | |
sumCOGList | |
sum of CoG times | |
sumCOGList2 | |
sum of CoG times squared | |
sumCOGList3 | |
sum of CoG times to the third | |
sumCOGList4 | |
sum of CoG times to the fourth | |
sumCOGList5 | |
sum of CoG times to the fifth | |
sumCOGList6 | |
sum of CoG times to the sixth | |
sumCDCList | |
sum of t0 times | |
sumCDCCOGList | |
sum of t0*cog | |
sumCDCCOGList2 | |
sum of t0*cog squared | |
sumCDCCOGList3 | |
sum of t0 times to the third | |
Evt | |
counts the number of events | |
EventT0Hist | |
distribution of EventT0 | |
gaus | |
gaus function used for fitting distributions | |
pol | |
third order polynomial function used for fitting distributions | |
cdcEventT0 | |
registers PyStoreObj EventT0 | |
Python class used for checking SVD CoG Calibration stored in a localDB, creating a localDB with the correction and a root file to check the corrections
Definition at line 43 of file CoGCalibration_utils_tbindependent.py.
def event | ( | self | ) |
Function that allows to cicle on the events
Definition at line 373 of file CoGCalibration_utils_tbindependent.py.
def fillLists | ( | self, | |
svdRecoDigits_rel_Clusters, | |||
svdClusters_rel_RecoTracks_cl | |||
) |
Function that fill the lists needed for the CoG corrections parameters: svdRecoDigits_rel_Clusters (SVDRecoDigit): reco digits related to clusters svdClusters_rel_RecoTracks_cl (SVDCluster): cluster related to tracks
Definition at line 62 of file CoGCalibration_utils_tbindependent.py.
def initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 143 of file CoGCalibration_utils_tbindependent.py.
def notApplyCorrectForCDCLatency | ( | self, | |
mode | |||
) |
Function that allows to set if apply the CDC latency correction parameters: mode (bool): - if True -> not apply correction - if False -> apply correction
Definition at line 49 of file CoGCalibration_utils_tbindependent.py.
def set_localdb | ( | self, | |
localDB | |||
) |
Function that allows to set the localDB parameters: localDB (str): Name of the localDB used
Definition at line 133 of file CoGCalibration_utils_tbindependent.py.
def terminate | ( | self | ) |
Terminates te class and produces the output rootfile
Definition at line 394 of file CoGCalibration_utils_tbindependent.py.
cdcEventT0 |
registers PyStoreObj EventT0
Definition at line 386 of file CoGCalibration_utils_tbindependent.py.
cdcList |
t0
Definition at line 159 of file CoGCalibration_utils_tbindependent.py.
cogList |
cog
Definition at line 157 of file CoGCalibration_utils_tbindependent.py.
EventT0Hist |
distribution of EventT0
Definition at line 365 of file CoGCalibration_utils_tbindependent.py.
Evt |
counts the number of events
Definition at line 187 of file CoGCalibration_utils_tbindependent.py.
gaus |
gaus function used for fitting distributions
Definition at line 367 of file CoGCalibration_utils_tbindependent.py.
localdb |
set the name of the localDB used
Definition at line 141 of file CoGCalibration_utils_tbindependent.py.
nList |
number of clusters
Definition at line 163 of file CoGCalibration_utils_tbindependent.py.
notApplyCDCLatencyCorrection |
parameter that allows to apply or not the CDC latency correction
Definition at line 59 of file CoGCalibration_utils_tbindependent.py.
NTOT |
counts the number of clusters
Definition at line 131 of file CoGCalibration_utils_tbindependent.py.
outputFileName |
name of the output file
Definition at line 149 of file CoGCalibration_utils_tbindependent.py.
pol |
third order polynomial function used for fitting distributions
Definition at line 369 of file CoGCalibration_utils_tbindependent.py.
resList |
lists used to create the histograms for each TB : residuals
Definition at line 153 of file CoGCalibration_utils_tbindependent.py.
snrList |
Cluster SNR.
Definition at line 161 of file CoGCalibration_utils_tbindependent.py.
spList |
scatterplot t0 vs cog
Definition at line 155 of file CoGCalibration_utils_tbindependent.py.
sumCDCCOGList |
sum of t0*cog
Definition at line 179 of file CoGCalibration_utils_tbindependent.py.
sumCDCCOGList2 |
sum of t0*cog squared
Definition at line 181 of file CoGCalibration_utils_tbindependent.py.
sumCDCCOGList3 |
sum of t0 times to the third
Definition at line 183 of file CoGCalibration_utils_tbindependent.py.
sumCDCList |
sum of t0 times
Definition at line 177 of file CoGCalibration_utils_tbindependent.py.
sumCOGList |
sum of CoG times
Definition at line 165 of file CoGCalibration_utils_tbindependent.py.
sumCOGList2 |
sum of CoG times squared
Definition at line 167 of file CoGCalibration_utils_tbindependent.py.
sumCOGList3 |
sum of CoG times to the third
Definition at line 169 of file CoGCalibration_utils_tbindependent.py.
sumCOGList4 |
sum of CoG times to the fourth
Definition at line 171 of file CoGCalibration_utils_tbindependent.py.
sumCOGList5 |
sum of CoG times to the fifth
Definition at line 173 of file CoGCalibration_utils_tbindependent.py.
sumCOGList6 |
sum of CoG times to the sixth
Definition at line 175 of file CoGCalibration_utils_tbindependent.py.