![]() |
Belle II Software development
|
This dataobject is used by EventLimiter module to set event limit based on the value from the database. More...
#include <EventLimit.h>
Public Member Functions | |
EventLimit (long event=-1) | |
Constructor. | |
~EventLimit () | |
Destructor. | |
void | setEventLimit (long event) |
Event Limit Setter. | |
long | getEventLimit () const |
Event Limit Getter. | |
Private Member Functions | |
ClassDef (EventLimit, 1) | |
This dataobject is used by EventLimiter module to set event limit based on the value from the database. | |
Private Attributes | |
long | m_event_limit |
Event limit. | |
This dataobject is used by EventLimiter module to set event limit based on the value from the database.
The main use case for this dataobject is to cut off bad data from the run that was stopped due to data quality problems.
Definition at line 25 of file EventLimit.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Event limit.
All events > m_event_limit are excluded. If m_event_limit is -1, the value is ignored.
Definition at line 47 of file EventLimit.h.