![]() |
Belle II Software development
|
Public Member Functions | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
file = ROOT.TFile('t0CalTime_slot' + str(args[1]) + '.root', 'recreate') | |
output file name | |
tree = ROOT.TTree('laser', '') | |
output tree name | |
data = TreeStruct() | |
tree strruct | |
Static Public Attributes | |
dict | t0const = {0: 0.0} |
t0 constant per channel per slot | |
f = ROOT.TFile.Open('t0const_slot' + str(args[1]) + '.root') | |
input t0const root file | |
histTimeCh = TH2F('before T0Cal slot#' + str(args[1]), 'before T0Cal slot#' + str(args[1]), 512, 0, 511, 500, 50, 100) | |
scatter plot before t0 calibartion | |
histCalTimeCh = TH2F('after T0Cal slot#' + str(args[1]), 'after T0Cal slot#' + str(args[1]), 512, 0, 511, 500, 50, 100) | |
scatter plot after t0 calibartion | |
t0const ntpule infomation
Definition at line 46 of file t0CalTime.py.
event | ( | self | ) |
Event processor: fill the tree and scatter plots
Definition at line 85 of file t0CalTime.py.
initialize | ( | self | ) |
Initialize the Module: output root file
Definition at line 68 of file t0CalTime.py.
terminate | ( | self | ) |
Write the file
Definition at line 110 of file t0CalTime.py.
data = TreeStruct() |
tree strruct
Definition at line 76 of file t0CalTime.py.
|
static |
input t0const root file
Definition at line 54 of file t0CalTime.py.
file = ROOT.TFile('t0CalTime_slot' + str(args[1]) + '.root', 'recreate') |
output file name
Definition at line 72 of file t0CalTime.py.
|
static |
scatter plot after t0 calibartion
Definition at line 61 of file t0CalTime.py.
|
static |
scatter plot before t0 calibartion
Definition at line 59 of file t0CalTime.py.
|
static |
t0 constant per channel per slot
Definition at line 51 of file t0CalTime.py.
tree = ROOT.TTree('laser', '') |
output tree name
Definition at line 74 of file t0CalTime.py.