![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | initialize (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| file | |
| output file name | |
| tree | |
| output tree name | |
| data | |
| tree strruct | |
Static Public Attributes | |
| dict | t0const = {0: 0.0} |
| t0 constant per channel per slot | |
| ROOT | f = ROOT.TFile.Open('t0const_slot' + str(args[1]) + '.root') |
| input t0const root file | |
| TH2F | 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 | |
| TH2F | 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.
| def event | ( | self | ) |
Event processor: fill the tree and scatter plots
Definition at line 85 of file t0CalTime.py.
| def initialize | ( | self | ) |
Initialize the Module: output root file
Definition at line 68 of file t0CalTime.py.
| def terminate | ( | self | ) |
Write the file
Definition at line 110 of file t0CalTime.py.
| data |
tree strruct
Definition at line 76 of file t0CalTime.py.
|
static |
input t0const root file
Definition at line 54 of file t0CalTime.py.
| file |
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 |
output tree name
Definition at line 74 of file t0CalTime.py.