Belle II Software
release-08-01-10
|
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 67 of file testCosmicT0Finder.py.
def event | ( | self | ) |
event processing: fill ntuple and histograms
Definition at line 93 of file testCosmicT0Finder.py.
def initialize | ( | self | ) |
initialize
Definition at line 70 of file testCosmicT0Finder.py.
def terminate | ( | self | ) |
terminate: write and close root file
Definition at line 155 of file testCosmicT0Finder.py.