A collection of cuts to apply on the physical phase space. More...
#include <include/CepGen/Physics/CutsList.h>
Public Member Functions | |
CutsList (const ParametersList &) | |
void | setParameters (const ParametersList &) override |
Set module parameters. | |
bool | operator== (const SteeredObject &oth) const |
Equality operator. | |
bool | operator!= (const SteeredObject &oth) const |
Inequality operator. | |
const ParametersList & | parameters () const override |
Module user-defined parameters. | |
void | setDescribedParameters (const ParametersList ¶ms_orig) |
Set (documented) module parameters. | |
Static Public Member Functions | |
static ParametersDescription | description () |
Public Attributes | |
cuts::Initial | initial |
Cuts on the initial particles kinematics. | |
cuts::Central | central |
Cuts on the central system produced. | |
PerIdCuts | central_particles |
Cuts on the central individual particles. | |
cuts::Remnants | remnants |
Cuts on the beam remnants system. | |
Protected Member Functions | |
template<typename T > | |
T | steer (const std::string &key) const |
Retrieve a parameters as previously steered. | |
template<typename T , typename U > | |
U | steerAs (const std::string &key) const |
Retrieve a recast parameters as previously steered. | |
std::string | steerName () const |
Retrieve module name from parameters. | |
std::string | steerPath (const std::string &key) const |
Retrieve a path from common search paths. | |
Protected Attributes | |
ParametersList | params_ |
Module parameters. | |
Friends | |
std::ostream & | operator<< (std::ostream &, const CutsList &) |
Definition at line 28 of file CutsList.h.
|
explicit |
|
static |
|
inherited |
Definition at line 50 of file SteeredObject.h.
|
inherited |
Definition at line 48 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 53 of file SteeredObject.h.
|
inherited |
Definition at line 72 of file SteeredObject.h.
|
overridevirtual |
Reimplemented from Steerable.
|
protectedinherited |
Definition at line 39 of file Steerable.h.
Definition at line 44 of file Steerable.h.
|
protectedinherited |
Definition at line 48 of file Steerable.h.
|
protectedinherited |
|
friend |
cuts::Central central |
Definition at line 38 of file CutsList.h.
PerIdCuts central_particles |
Definition at line 39 of file CutsList.h.
cuts::Initial initial |
Definition at line 37 of file CutsList.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
cuts::Remnants remnants |
Definition at line 40 of file CutsList.h.