Mēnsūra
Public Member Functions | Public Attributes | List of all members
SelectionStep Struct Reference

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.
 
SelectionStepoperator= (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< EventIDeventIDs
 A list of IDs of events that pass the selection step.
 

Detailed Description

An aggregate to accumulate information about a single step of event selection.

Constructor & Destructor Documentation

SelectionStep::SelectionStep ( )

Default constructor.

Needed to put an instance of SelectionStep into a map.


The documentation for this struct was generated from the following files: