Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | set_maxAbsEventT0 (self, user_maxEvtT0) |
def | set_minAbsEventT0 (self, user_minEvtT0) |
def | event (self) |
Public Attributes | |
maxEvtT0 | |
maximum value of abs(EventT0) allowed | |
minEvtT0 | |
minimum value of abs(EventT0) allowed | |
returns True if (:code:`abs(EventT0)` is smaller than a selected value that can be set with :code:`set_maxAbsEventT0(evtT0max)`) AND (:code:`abs(EventT0)` is larger than a selected value that can be set with :code:`set_minAbsEventT0(evtT0min)`)
Definition at line 194 of file skim_utils.py.
def __init__ | ( | self | ) |
constructor
Definition at line 201 of file skim_utils.py.
def event | ( | self | ) |
event
Definition at line 222 of file skim_utils.py.
def set_maxAbsEventT0 | ( | self, | |
user_maxEvtT0 | |||
) |
set the maximum abs(EventT0), otherwise 10 ns
Definition at line 212 of file skim_utils.py.
def set_minAbsEventT0 | ( | self, | |
user_minEvtT0 | |||
) |
set the minimum EventT0, otherwise 0 ns
Definition at line 217 of file skim_utils.py.
maxEvtT0 |
maximum value of abs(EventT0) allowed
Definition at line 207 of file skim_utils.py.
minEvtT0 |
minimum value of abs(EventT0) allowed
Definition at line 210 of file skim_utils.py.