Belle II Software
release-08-01-10
|
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 More... | |
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 34 of file svdCoGCalibrationAnalysisToolModule.py.
def event | ( | self | ) |
Function that allows to cicle on the events
Definition at line 154 of file svdCoGCalibrationAnalysisToolModule.py.
def initialize | ( | self | ) |
Initialize object (histograms, lists, ...) used by the class
Definition at line 39 of file svdCoGCalibrationAnalysisToolModule.py.
def terminate | ( | self | ) |
Terminates te class and produces the output rootfile
Definition at line 208 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 126 of file svdCoGCalibrationAnalysisToolModule.py.