Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
Public Attributes | |
num_events | |
Stores the total number of events passing this module. | |
events | |
Stores the list of events passing this module. | |
Count the number of events passing this module
Definition at line 15 of file partialselect.py.
def event | ( | self | ) |
Increment number of events each event
Definition at line 25 of file partialselect.py.
def initialize | ( | self | ) |
Start number of events at zero
Definition at line 18 of file partialselect.py.
events |
Stores the list of events passing this module.
Definition at line 23 of file partialselect.py.
num_events |
Stores the total number of events passing this module.
Definition at line 21 of file partialselect.py.