CepGen 1.2.5
Central exclusive processes event generator
|
A collection of cuts to apply on the physical phase space. More...
#include <CepGen/Physics/Cuts.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 recasted 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 &) |
|
explicit |
|
static |
|
inherited |
Definition at line 51 of file SteeredObject.h.
|
inherited |
Definition at line 49 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 54 of file SteeredObject.h.
|
inherited |
Definition at line 73 of file SteeredObject.h.
|
overridevirtual |
Reimplemented from SteeredObject< CutsList >.
|
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 |
Definition at line 30 of file Steerable.cpp.
|
friend |
cuts::Central central |
cuts::Initial initial |
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
cuts::Remnants remnants |