Small module to mark all events except for the ones in the given list as
discarded by the HLT
Definition at line 132 of file root_input.py.
◆ __init__()
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 138 of file root_input.py.
138 def __init__(self, accepted):
140 Initialize this nice class with the list/set of accepted event
141 numbers to see. Order not important. All other events will be flagged
148 self._accepted = accepted
◆ event()
The documentation for this class was generated from the following file: