CepGen 1.2.5
Central exclusive processes event generator
|
Collinear factorisation phase space generator. More...
#include <CepGen/Process/PartonsCollinearPhaseSpaceGenerator.h>
Public Member Functions | |
PartonsCollinearPhaseSpaceGenerator (const ParametersList &) | |
bool | ktFactorised () const override |
Do incoming partons carry a primordial kT? | |
bool | generatePartonKinematics () override |
Generate the 4-momentum of incoming partons. | |
double | fluxes () const override |
Retrieve the event weight in the phase space. | |
void | initialise (proc::FactorisedProcess *process) |
template<typename T = PartonFlux> | |
const T & | positiveFlux () const |
Retrieve a type-casted positive-z parton flux modelling. | |
template<typename T = PartonFlux> | |
const T & | negativeFlux () const |
Retrieve a type-casted negative-z parton flux modelling. | |
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 | |
proc::FactorisedProcess & | process () |
Consumer process object Const-qualified consumer process object. | |
const proc::FactorisedProcess & | process () const |
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 | |
std::unique_ptr< PartonFlux > | pos_flux_ {nullptr} |
std::unique_ptr< PartonFlux > | neg_flux_ {nullptr} |
ParametersList | params_ |
Module parameters. | |
Definition at line 28 of file PartonsCollinearPhaseSpaceGenerator.h.
|
explicit |
Definition at line 29 of file PartonsCollinearPhaseSpaceGenerator.cpp.
|
static |
Definition at line 96 of file PartonsCollinearPhaseSpaceGenerator.cpp.
|
overridevirtual |
Implements PartonsPhaseSpaceGenerator.
Definition at line 91 of file PartonsCollinearPhaseSpaceGenerator.cpp.
|
overridevirtual |
Implements PartonsPhaseSpaceGenerator.
Definition at line 84 of file PartonsCollinearPhaseSpaceGenerator.cpp.
|
inherited |
Definition at line 41 of file PartonsPhaseSpaceGenerator.h.
|
overridevirtual |
Implements PartonsPhaseSpaceGenerator.
Definition at line 34 of file PartonsCollinearPhaseSpaceGenerator.h.
|
inherited |
Definition at line 57 of file PartonsPhaseSpaceGenerator.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 52 of file PartonsPhaseSpaceGenerator.h.
|
protectedinherited |
Definition at line 63 of file PartonsPhaseSpaceGenerator.h.
|
protectedinherited |
Definition at line 65 of file PartonsPhaseSpaceGenerator.h.
|
inherited |
Definition at line 73 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
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 66 of file PartonsPhaseSpaceGenerator.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
|
protectedinherited |
Definition at line 66 of file PartonsPhaseSpaceGenerator.h.