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

Public Member Functions

def __init__ (self, event_codes)
 
def initialize (self)
 
def event (self)
 

Public Attributes

 event_codes
 list of event codes
 
 event_extra_info
 PyStoreObj for EventExtraInfo to save event codes.
 

Detailed Description

Helper module to return True if the value from ``eventExtraInfo(EventCode)``
is included in the event_codes parameter.

Parameters:
    event_codes (Iterable): tuple or list of EventCode.

Definition at line 157 of file utils.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  event_codes 
)
Initialize the class
Parameters:
    event_codes (Iterable): tuple or list of EventCode.

Definition at line 166 of file utils.py.

Member Function Documentation

◆ event()

def event (   self)
Event method of the module

Definition at line 185 of file utils.py.

◆ initialize()

def initialize (   self)
Initialize module before any events are processed

Definition at line 179 of file utils.py.


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