Report when the event counter has reached or exceeded its limit
Definition at line 23 of file EventCountLimiter.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
maxCount |
|
) |
| |
Constructor
Argument:
maxCount (int): number of events to be processed
Definition at line 26 of file EventCountLimiter.py.
26 def __init__(self, maxCount):
30 maxCount (int): number of events to be processed
34 self.maxCount = maxCount
if (maxCount >= 0)
else (1 << 31)
◆ beginRun()
◆ endRun()
◆ event()
Process one event: has eventCounter reached or exceeded its limit?
Definition at line 50 of file EventCountLimiter.py.
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: