Belle II Software light-2406-ragdoll
|
Public Member Functions | |
def | __init__ (self, accepted) |
def | event (self) |
Public Attributes | |
emd | |
event metadata | |
Protected Attributes | |
_accepted | |
list/set of accepted events | |
Small module to mark all events except for the ones in the given list as discarded by the HLT
Definition at line 139 of file root_input.py.
def __init__ | ( | self, | |
accepted | |||
) |
Initialize this nice class with the list/set of accepted event numbers to see. Order not important. All other events will be flagged as discarded.
Definition at line 145 of file root_input.py.
def event | ( | self | ) |
Set error flag if required
Definition at line 157 of file root_input.py.
|
protected |
list/set of accepted events
Definition at line 155 of file root_input.py.
emd |
event metadata
Definition at line 153 of file root_input.py.