CepGen 1.2.5
Central exclusive processes event generator
|
Public Member Functions | |
double | eval () override |
void | initialise (const std::string &) override |
const std::vector< Momentum > & | momenta () override |
MadGraphProcess (const ParametersList &) | |
const std::vector< int > & | intermediatePartons () const |
const std::vector< int > & | centralSystem () const |
MadGraphProcess & | setMomentum (size_t i, const Momentum &mom) |
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 () |
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::vector< int > | incoming_pdgids_ |
const std::vector< int > | central_pdgids_ |
std::vector< double * > | mom_ |
const std::string | name_ |
Module unique indexing name. | |
ParametersList | params_ |
Module parameters. | |
Definition at line 27 of file MadGraphDummyProcess.cpp.
|
inherited |
Definition at line 36 of file MadGraphProcess.h.
|
staticinherited |
Definition at line 39 of file MadGraphProcess.cpp.
|
overridevirtual |
Implements MadGraphProcess.
Definition at line 31 of file MadGraphDummyProcess.cpp.
|
overridevirtual |
Implements MadGraphProcess.
Definition at line 32 of file MadGraphDummyProcess.cpp.
|
inherited |
Definition at line 35 of file MadGraphProcess.h.
|
explicit |
Definition at line 30 of file MadGraphProcess.cpp.
|
overridevirtual |
Implements MadGraphProcess.
Definition at line 33 of file MadGraphDummyProcess.cpp.
|
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.
|
inherited |
Definition at line 73 of file SteeredObject.h.
|
inherited |
Definition at line 29 of file MadGraphProcess.cpp.
|
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.
|
protectedinherited |
Definition at line 45 of file MadGraphProcess.h.
|
protectedinherited |
Definition at line 45 of file MadGraphProcess.h.
|
protectedinherited |
Definition at line 46 of file MadGraphProcess.h.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.