CepGen 1.2.5
Central exclusive processes event generator
|
A generic phase space integration wrapper. More...
#include <CepGen/Process/PartonsPhaseSpaceGenerator.h>
Public Member Functions | |
PartonsPhaseSpaceGenerator (const ParametersList ¶ms) | |
void | initialise (proc::FactorisedProcess *process) |
virtual bool | ktFactorised () const =0 |
Do incoming partons carry a primordial kT? | |
virtual bool | generatePartonKinematics ()=0 |
Generate the 4-momentum of incoming partons. | |
virtual double | fluxes () const =0 |
Retrieve the event weight in the phase space. | |
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 () |
Description of all object parameters. | |
Protected Member Functions | |
virtual void | initialise ()=0 |
Initialise the process and define the integration phase space. | |
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. | |
Class template to define any phase space helper process
Definition at line 37 of file PartonsPhaseSpaceGenerator.h.
|
explicit |
Definition at line 39 of file PartonsPhaseSpaceGenerator.h.
|
staticinherited |
Definition at line 42 of file Steerable.cpp.
|
pure virtual |
Implemented in PartonsCollinearPhaseSpaceGenerator, and PartonsKTPhaseSpaceGenerator.
|
pure virtual |
Implemented in PartonsCollinearPhaseSpaceGenerator, and PartonsKTPhaseSpaceGenerator.
|
protectedpure virtual |
void initialise | ( | proc::FactorisedProcess * | process | ) |
Definition at line 41 of file PartonsPhaseSpaceGenerator.h.
|
pure virtual |
Implemented in PartonsCollinearPhaseSpaceGenerator, and PartonsKTPhaseSpaceGenerator.
const T & negativeFlux | ( | ) | const |
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.
const T & positiveFlux | ( | ) | const |
Definition at line 52 of file PartonsPhaseSpaceGenerator.h.
|
protected |
Definition at line 63 of file PartonsPhaseSpaceGenerator.h.
|
protected |
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.
|
protected |
Definition at line 66 of file PartonsPhaseSpaceGenerator.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
|
protected |
Definition at line 66 of file PartonsPhaseSpaceGenerator.h.