![]() |
Belle II Software development
|
Public Member Functions | |
initialize (self) | |
beginRun (self) | |
event (self) | |
Count the number of events passing this module and create a dictionary of {(exp,run): events}
Definition at line 18 of file eventlimiter.py.
beginRun | ( | self | ) |
Creates an entry in the global num_events dictionary
Definition at line 28 of file eventlimiter.py.
event | ( | self | ) |
Increments the right (Exp,Run) entry in the num_events dictionary
Definition at line 37 of file eventlimiter.py.
initialize | ( | self | ) |
Not implemented
Definition at line 25 of file eventlimiter.py.