Belle II Software development
|
Public Member Functions | |
def | notApplyCorrectForCDCLatency (self, mode) |
def | fillLists (self, mode_byte_object, 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 | |
Evt | |
counts the number of events | |
EventT0Hist | |
distribution of EventT0 | |
AlphaUTB | |
alpha parameter vs TB, for U side | |
AlphaVTB | |
alpha parameter vs TB, for V side | |
BetaUTB | |
beta parameter vs TB, for U side | |
BetaVTB | |
beta parameter vs TB, for V side | |
MeanHistVTB | |
mean of the residuals distribution vs TB, for V side | |
MeanHistUTB | |
mean of the residuals distribution vs TB, for U side | |
RMSHistVTB | |
RMS of the residuals distribution vs TB, for V side. | |
RMSHistUTB | |
RMS of the residuals distribution vs TB, for U side. | |
MeanFitVTB | |
mean of the residuals distribution vs TB, for V side (from gaussian fit) | |
MeanFitUTB | |
mean of the residuals distribution vs TB, for U side (from gaussian fit) | |
RMSFitUTB | |
RMS of the residuals distribution vs TB, for U side (from gaussian fit) | |
RMSFitVTB | |
RMS of the residuals distribution vs TB, for V side (from gaussian fit) | |
gaus | |
gaus function used for fitting distributions | |
cdcEventT0 | |
registers PyStoreObj EventT0 | |
Python class used for evaluating the CoG corrections, create a localDB, creating a localDB with the corrections and a root file to check the corrections
Definition at line 41 of file CoGCalibration_utils.py.
def event | ( | self | ) |
Function that allows to cicle on the events
Definition at line 309 of file CoGCalibration_utils.py.
def fillLists | ( | self, | |
mode_byte_object, | |||
svdClusters_rel_RecoTracks_cl | |||
) |
Function that fill the lists needed for the CoG corrections parameters: mode_byte_object (modeByte): modeByte that contains the information about the TB svdClusters_rel_RecoTracks_cl (SVDCluster): cluster related to tracks
Definition at line 60 of file CoGCalibration_utils.py.
def initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 124 of file CoGCalibration_utils.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 47 of file CoGCalibration_utils.py.
def set_localdb | ( | self, | |
localDB | |||
) |
Function that allows to set the localDB parameters: localDB (str): Name of the localDB used
Definition at line 114 of file CoGCalibration_utils.py.
def terminate | ( | self | ) |
Terminates te class and produces the output rootfile
Definition at line 332 of file CoGCalibration_utils.py.
AlphaUTB |
alpha parameter vs TB, for U side
Definition at line 255 of file CoGCalibration_utils.py.
AlphaVTB |
alpha parameter vs TB, for V side
Definition at line 259 of file CoGCalibration_utils.py.
BetaUTB |
beta parameter vs TB, for U side
Definition at line 263 of file CoGCalibration_utils.py.
BetaVTB |
beta parameter vs TB, for V side
Definition at line 267 of file CoGCalibration_utils.py.
cdcEventT0 |
registers PyStoreObj EventT0
Definition at line 324 of file CoGCalibration_utils.py.
cdcList |
t0
Definition at line 140 of file CoGCalibration_utils.py.
cogList |
cog
Definition at line 138 of file CoGCalibration_utils.py.
EventT0Hist |
distribution of EventT0
Definition at line 253 of file CoGCalibration_utils.py.
Evt |
counts the number of events
Definition at line 150 of file CoGCalibration_utils.py.
gaus |
gaus function used for fitting distributions
Definition at line 305 of file CoGCalibration_utils.py.
localdb |
set the name of the localDB used
Definition at line 122 of file CoGCalibration_utils.py.
MeanFitUTB |
mean of the residuals distribution vs TB, for U side (from gaussian fit)
Definition at line 292 of file CoGCalibration_utils.py.
MeanFitVTB |
mean of the residuals distribution vs TB, for V side (from gaussian fit)
Definition at line 288 of file CoGCalibration_utils.py.
MeanHistUTB |
mean of the residuals distribution vs TB, for U side
Definition at line 276 of file CoGCalibration_utils.py.
MeanHistVTB |
mean of the residuals distribution vs TB, for V side
Definition at line 272 of file CoGCalibration_utils.py.
nList |
number of clusters
Definition at line 144 of file CoGCalibration_utils.py.
notApplyCDCLatencyCorrection |
parameter that allows to apply or not the CDC latency correction
Definition at line 57 of file CoGCalibration_utils.py.
NTOT |
counts the number of clusters
Definition at line 112 of file CoGCalibration_utils.py.
outputFileName |
name of the output file
Definition at line 130 of file CoGCalibration_utils.py.
resList |
lists used to create the histograms for each TB : residuals
Definition at line 134 of file CoGCalibration_utils.py.
RMSFitUTB |
RMS of the residuals distribution vs TB, for U side (from gaussian fit)
Definition at line 296 of file CoGCalibration_utils.py.
RMSFitVTB |
RMS of the residuals distribution vs TB, for V side (from gaussian fit)
Definition at line 300 of file CoGCalibration_utils.py.
RMSHistUTB |
RMS of the residuals distribution vs TB, for U side.
Definition at line 284 of file CoGCalibration_utils.py.
RMSHistVTB |
RMS of the residuals distribution vs TB, for V side.
Definition at line 280 of file CoGCalibration_utils.py.
snrList |
Cluster SNR.
Definition at line 142 of file CoGCalibration_utils.py.
spList |
scatterplot t0 vs cog
Definition at line 136 of file CoGCalibration_utils.py.
sumCOGList |
sum of CoG times
Definition at line 146 of file CoGCalibration_utils.py.