Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
outputFileName | |
name of the output file provided by the user | |
layer | |
layer array for the tree | |
ladder | |
ladder array for the tree | |
sensor | |
sensor array for the tree | |
side | |
side array for the tree | |
TB | |
TB array for the tree. | |
evtTime | |
T0 array for the tree. | |
evtTimeSync | |
T0Sync array for the tree. | |
clsTime | |
cluster time array for the tree | |
clsSize | |
cluster size array for the tree | |
clsCharge | |
cluster charge array for the tree | |
clsSNR | |
cluster SNR array for the tree | |
run | |
run number array for the tree | |
exp | |
experiment number array for the tree | |
layerTracks | |
layer array for the tree for clusters associated to tracks | |
ladderTracks | |
ladder array for the tree for clusters associated to tracks | |
sensorTracks | |
sensor array for the tree for clusters associated to tracks | |
sideTracks | |
side array for the tree for clusters associated to tracks | |
evtTimeTracks | |
T0 array for the tree for clusters associated to tracks. | |
evtTimeSyncTracks | |
T0Sync array for the tree for clusters associated to tracks. | |
clsTimeTracks | |
cluster time array for the tree for clusters associated to tracks | |
clsSizeTracks | |
cluster size array for the tree for clusters associated to tracks | |
clsChargeTracks | |
cluster charge array for the tree for clusters associated to tracks | |
clsSNRTracks | |
cluster SNR array for the tree for clusters associated to tracks | |
tree | |
tree for clusters | |
treeTracks | |
tree for clusters, branch for layer number | |
ftswShift | |
correction to pass to the FTSW reference system | |
ftswShiftTracks | |
correction to pass to the FTSW reference system | |
tFile | |
creation of TFile | |
Class used to check the goodness of the CoG time calibration
Definition at line 33 of file svdCoGCalibrationAnalysisToolModule.py.
def event | ( | self | ) |
Function that allows to cicle on the events
Definition at line 153 of file svdCoGCalibrationAnalysisToolModule.py.
def initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 38 of file svdCoGCalibrationAnalysisToolModule.py.
def terminate | ( | self | ) |
Terminates te class and produces the output rootfile
Definition at line 207 of file svdCoGCalibrationAnalysisToolModule.py.
clsCharge |
cluster charge array for the tree
Definition at line 63 of file svdCoGCalibrationAnalysisToolModule.py.
clsChargeTracks |
cluster charge array for the tree for clusters associated to tracks
Definition at line 88 of file svdCoGCalibrationAnalysisToolModule.py.
clsSize |
cluster size array for the tree
Definition at line 61 of file svdCoGCalibrationAnalysisToolModule.py.
clsSizeTracks |
cluster size array for the tree for clusters associated to tracks
Definition at line 86 of file svdCoGCalibrationAnalysisToolModule.py.
clsSNR |
cluster SNR array for the tree
Definition at line 65 of file svdCoGCalibrationAnalysisToolModule.py.
clsSNRTracks |
cluster SNR array for the tree for clusters associated to tracks
Definition at line 90 of file svdCoGCalibrationAnalysisToolModule.py.
clsTime |
cluster time array for the tree
Definition at line 59 of file svdCoGCalibrationAnalysisToolModule.py.
clsTimeTracks |
cluster time array for the tree for clusters associated to tracks
Definition at line 84 of file svdCoGCalibrationAnalysisToolModule.py.
evtTime |
T0 array for the tree.
Definition at line 55 of file svdCoGCalibrationAnalysisToolModule.py.
evtTimeSync |
T0Sync array for the tree.
Definition at line 57 of file svdCoGCalibrationAnalysisToolModule.py.
evtTimeSyncTracks |
T0Sync array for the tree for clusters associated to tracks.
Definition at line 82 of file svdCoGCalibrationAnalysisToolModule.py.
evtTimeTracks |
T0 array for the tree for clusters associated to tracks.
Definition at line 80 of file svdCoGCalibrationAnalysisToolModule.py.
exp |
experiment number array for the tree
Definition at line 69 of file svdCoGCalibrationAnalysisToolModule.py.
ftswShift |
correction to pass to the FTSW reference system
Definition at line 177 of file svdCoGCalibrationAnalysisToolModule.py.
ftswShiftTracks |
correction to pass to the FTSW reference system
Definition at line 197 of file svdCoGCalibrationAnalysisToolModule.py.
ladder |
ladder array for the tree
Definition at line 47 of file svdCoGCalibrationAnalysisToolModule.py.
ladderTracks |
ladder array for the tree for clusters associated to tracks
Definition at line 74 of file svdCoGCalibrationAnalysisToolModule.py.
layer |
layer array for the tree
Definition at line 45 of file svdCoGCalibrationAnalysisToolModule.py.
layerTracks |
layer array for the tree for clusters associated to tracks
Definition at line 72 of file svdCoGCalibrationAnalysisToolModule.py.
outputFileName |
name of the output file provided by the user
Definition at line 43 of file svdCoGCalibrationAnalysisToolModule.py.
run |
run number array for the tree
Definition at line 67 of file svdCoGCalibrationAnalysisToolModule.py.
sensor |
sensor array for the tree
Definition at line 49 of file svdCoGCalibrationAnalysisToolModule.py.
sensorTracks |
sensor array for the tree for clusters associated to tracks
Definition at line 76 of file svdCoGCalibrationAnalysisToolModule.py.
side |
side array for the tree
Definition at line 51 of file svdCoGCalibrationAnalysisToolModule.py.
sideTracks |
side array for the tree for clusters associated to tracks
Definition at line 78 of file svdCoGCalibrationAnalysisToolModule.py.
TB |
TB array for the tree.
Definition at line 53 of file svdCoGCalibrationAnalysisToolModule.py.
tFile |
creation of TFile
Definition at line 212 of file svdCoGCalibrationAnalysisToolModule.py.
tree |
tree for clusters
Definition at line 96 of file svdCoGCalibrationAnalysisToolModule.py.
treeTracks |
tree for clusters, branch for layer number
tree for clusters, branch for ladder number
tree for clusters, branch for sensor number
tree for clusters, branch for side
tree for clusters, branch for trigger bin
tree for clusters, branch for T0
tree for clusters, branch for T0Sync
tree for clusters, branch for cluster time
tree for clusters, branch for cluster size
tree for clusters, branch for cluster charge
tree for clusters, branch for cluster SNR
tree for clusters, branch for run number
tree for clusters, branch for exp number
tree for clusters associated to tracks
Definition at line 125 of file svdCoGCalibrationAnalysisToolModule.py.