Mēnsūra
|
An aggregate to accumulate information about a single step of event selection. More...
#include <EventCounter.hpp>
Public Member Functions | |
SelectionStep () | |
Default constructor. More... | |
SelectionStep (std::string const &description) | |
Constructor takes a human-readable description of the selection step. | |
SelectionStep (SelectionStep &&src) | |
Move constructor. | |
SelectionStep (SelectionStep const &)=delete | |
Copy constructor is deleted. | |
SelectionStep & | operator= (SelectionStep const &)=delete |
Assignment operator is deleted. | |
Public Attributes | |
std::string | description |
A human-readable description of the selection step. | |
unsigned long | nPassed |
Number of events passing the step. | |
std::list< EventID > | eventIDs |
A list of IDs of events that pass the selection step. | |
An aggregate to accumulate information about a single step of event selection.
SelectionStep::SelectionStep | ( | ) |
Default constructor.
Needed to put an instance of SelectionStep into a map.