![]() |
Belle II Software
release-06-01-15
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
file | |
root file | |
tree | |
root tree | |
data | |
data structure to be written to tree | |
reso | |
histogram of t0 residuals | |
pull | |
histogram of t0 pulls | |
makes ntuple for MC studies of TOPCosmicT0Finder performance
Definition at line 66 of file testCosmicT0Finder.py.
def event | ( | self | ) |
event processing: fill ntuple and histograms
Definition at line 92 of file testCosmicT0Finder.py.
def initialize | ( | self | ) |
initialize
Definition at line 69 of file testCosmicT0Finder.py.
def terminate | ( | self | ) |
terminate: write and close root file
Definition at line 156 of file testCosmicT0Finder.py.