Belle II Software  release-08-01-10
BrokenEventsModule Class Reference
Inheritance diagram for BrokenEventsModule:
Collaboration diagram for BrokenEventsModule:

Public Member Functions

def __init__ (self, accepted)
 
def event (self)
 

Public Attributes

 emd
 event metadata
 

Private Attributes

 _accepted
 list/set of accepted events
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __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 145 of file root_input.py.

Member Function Documentation

◆ event()

def event (   self)
Set error flag if required

Definition at line 157 of file root_input.py.


The documentation for this class was generated from the following file: