![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, *skims) |
def | initialize (self) |
def | event (self) |
Public Attributes | |
skims | |
EventExtraInfo | |
*[Module for skim expert usage]* Create the EventExtraInfo DataStore object, and set all required flag variables to zero. .. Note:: Add this module to the path before adding any skims, so that the skim flags are defined in the datastore for all events.
Definition at line 264 of file skimExpertFunctions.py.
def __init__ | ( | self, | |
* | skims | ||
) |
Initialise module. Parameters: skims (skimExpertFunctions.BaseSkim): Skim to initialise event flag for.
Definition at line 275 of file skimExpertFunctions.py.
def event | ( | self | ) |
Initialise flags to zero.
Definition at line 301 of file skimExpertFunctions.py.
def initialize | ( | self | ) |
Register EventExtraInfo in datastore if it has not been registered already.
Definition at line 294 of file skimExpertFunctions.py.