![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| initialize (self) | |
| event (self) | |
| terminate (self) | |
Public Attributes | |
| file = ROOT.TFile('cosmicT0FinderNtuple.root', 'recreate') | |
| root file | |
| tree = ROOT.TTree('tree', '') | |
| root tree | |
| data = TreeStruct() | |
| data structure to be written to tree | |
| reso = TH1F('reso', 'T0 residuals', 200, -1.0, 1.0) | |
| histogram of t0 residuals | |
| pull = TH1F('pull', 'T0 pulls', 200, -10.0, 10.0) | |
| histogram of t0 pulls | |
makes ntuple for MC studies of TOPCosmicT0Finder performance
Definition at line 66 of file testCosmicT0Finder.py.
| event | ( | self | ) |
event processing: fill ntuple and histograms
Definition at line 92 of file testCosmicT0Finder.py.
| initialize | ( | self | ) |
initialize
Definition at line 69 of file testCosmicT0Finder.py.
| terminate | ( | self | ) |
terminate: write and close root file
Definition at line 154 of file testCosmicT0Finder.py.
| data = TreeStruct() |
data structure to be written to tree
Definition at line 77 of file testCosmicT0Finder.py.
| file = ROOT.TFile('cosmicT0FinderNtuple.root', 'recreate') |
root file
Definition at line 73 of file testCosmicT0Finder.py.
| pull = TH1F('pull', 'T0 pulls', 200, -10.0, 10.0) |
histogram of t0 pulls
Definition at line 90 of file testCosmicT0Finder.py.
| reso = TH1F('reso', 'T0 residuals', 200, -1.0, 1.0) |
histogram of t0 residuals
Definition at line 87 of file testCosmicT0Finder.py.
| tree = ROOT.TTree('tree', '') |
root tree
Definition at line 75 of file testCosmicT0Finder.py.