![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self) |
def | set_tb (self, user_tb) |
def | event (self) |
Public Attributes | |
tb | |
returns True if TriggerBin of the event is the selected one use set_tb(tb) to set the value of the selected TriggerBin (0,1,2,3)
Definition at line 167 of file skim_utils.py.
def __init__ | ( | self | ) |
constructor
Definition at line 173 of file skim_utils.py.
def event | ( | self | ) |
event
Definition at line 185 of file skim_utils.py.
def set_tb | ( | self, | |
user_tb | |||
) |
set the trigger bin, otherwise 99, i.e. no selection
Definition at line 180 of file skim_utils.py.