CepGen 1.2.5
Central exclusive processes event generator
|
Class template to define any phase space helper process. More...
#include <CepGen/Process/PhaseSpaceGenerator.h>
Public Member Functions | |
PhaseSpaceGenerator (const ParametersList ¶ms) | |
virtual bool | ktFactorised () const |
virtual void | setCentralCuts (const cuts::Central &) |
Set cuts on central particles. | |
virtual void | initialise (proc::FactorisedProcess *)=0 |
Set all process parameters. | |
virtual bool | generate ()=0 |
Generate a kinematics combination, and return a success flag. | |
virtual double | weight () const =0 |
Return the event weight for a kinematics combination. | |
virtual pdgids_t | partons () const =0 |
List of incoming partons in kinematics. | |
virtual void | setCentral (const std::vector< int > &)=0 |
Override the central particles list. | |
virtual std::vector< int > | central () const =0 |
List of outgoing central particles in kinematics. | |
virtual double | that () const =0 |
virtual double | uhat () const =0 |
const std::string & | name () const |
Module unique indexing name. | |
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. | |
virtual void | setParameters (const ParametersList ¶ms) override |
Set module parameters. | |
void | setDescribedParameters (const ParametersList ¶ms_orig) |
Set (documented) module parameters. | |
Static Public Member Functions | |
static ParametersDescription | description () |
Describe all steering parameters for this module. | |
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 | |
const std::string | name_ |
Module unique indexing name. | |
ParametersList | params_ |
Module parameters. | |
Definition at line 34 of file PhaseSpaceGenerator.h.
|
explicit |
Definition at line 36 of file PhaseSpaceGenerator.h.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
staticinherited |
Definition at line 36 of file NamedModule.h.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
virtual |
Reimplemented in PhaseSpaceGenerator2to4< T >.
Definition at line 38 of file PhaseSpaceGenerator.h.
|
inherited |
Definition at line 42 of file NamedModule.h.
|
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.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
virtual |
Reimplemented in PhaseSpaceGenerator2to4< T >.
Definition at line 40 of file PhaseSpaceGenerator.h.
|
inherited |
Definition at line 73 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Reimplemented in Initial, Remnants, CutsList, IncomingBeams, and Kinematics.
Definition at line 62 of file SteeredObject.h.
|
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.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
pure virtual |
Implemented in PhaseSpaceGenerator2to4< T >.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.