![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, accepted) | |
event (self) | |
Public Attributes | |
emd = Belle2.PyStoreObj('EventMetaData') | |
event metadata | |
Protected Attributes | |
_accepted = 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.
__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.
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 = Belle2.PyStoreObj('EventMetaData') |
event metadata
Definition at line 153 of file root_input.py.