![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
set_tb (self, user_tb) | |
event (self) | |
Public Attributes | |
int | tb = 99 |
trigger bin | |
returns True if TriggerBin of the event is the selected one, use :code:`set_tb(tb)` to set the value of the selected TriggerBin (0,1,2,3)
Definition at line 127 of file skim_utils.py.
__init__ | ( | self | ) |
constructor
Definition at line 133 of file skim_utils.py.
event | ( | self | ) |
event
Definition at line 146 of file skim_utils.py.
set_tb | ( | self, | |
user_tb ) |
set the trigger bin, otherwise 99, i.e. no selection
Definition at line 141 of file skim_utils.py.
tb = 99 |
trigger bin
Definition at line 139 of file skim_utils.py.