cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.3
A generic central exclusive processes event generator
Loading...
Searching...
No Matches

\(k_{\rm T}\)-factorisation phase space generator More...

#include <CepGen/Process/PartonsKTPhaseSpaceGenerator.h>

+ Inheritance diagram for PartonsKTPhaseSpaceGenerator:
+ Collaboration diagram for PartonsKTPhaseSpaceGenerator:

Public Member Functions

 PartonsKTPhaseSpaceGenerator (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 ParametersListparameters () const override
 Module user-defined parameters.
 
virtual void setParameters (const ParametersList &params) override
 Set module parameters.
 
void setDescribedParameters (const ParametersList &params_orig)
 Set (documented) module parameters.
 

Static Public Member Functions

static ParametersDescription description ()
 

Protected Member Functions

proc::FactorisedProcessprocess ()
 Consumer process object Const-qualified consumer process object.
 
const proc::FactorisedProcessprocess () const
 
template<typename 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< PartonFluxpos_flux_ {nullptr}
 
std::unique_ptr< PartonFluxneg_flux_ {nullptr}
 
ParametersList params_
 Module parameters.
 

Detailed Description

Author
Laurent Forthomme laure.nosp@m.nt.f.nosp@m.ortho.nosp@m.mme@.nosp@m.cern..nosp@m.ch
Date
Apr 2016

Definition at line 28 of file PartonsKTPhaseSpaceGenerator.h.

Constructor & Destructor Documentation

◆ PartonsKTPhaseSpaceGenerator()

PartonsKTPhaseSpaceGenerator ( const ParametersList params)
explicit

Definition at line 28 of file PartonsKTPhaseSpaceGenerator.cpp.

Member Function Documentation

◆ description()

ParametersDescription description ( )
static

Definition at line 98 of file PartonsKTPhaseSpaceGenerator.cpp.

◆ fluxes()

double fluxes ( ) const
overridevirtual

Implements PartonsPhaseSpaceGenerator.

Definition at line 92 of file PartonsKTPhaseSpaceGenerator.cpp.

◆ generatePartonKinematics()

bool generatePartonKinematics ( )
overridevirtual

Implements PartonsPhaseSpaceGenerator.

Definition at line 85 of file PartonsKTPhaseSpaceGenerator.cpp.

◆ initialise()

void initialise ( proc::FactorisedProcess process)
inherited

Definition at line 41 of file PartonsPhaseSpaceGenerator.h.

◆ ktFactorised()

bool ktFactorised ( ) const
overridevirtual

Implements PartonsPhaseSpaceGenerator.

Definition at line 34 of file PartonsKTPhaseSpaceGenerator.h.

◆ negativeFlux()

template<typename T = PartonFlux>
const T & negativeFlux ( ) const
inherited

Definition at line 57 of file PartonsPhaseSpaceGenerator.h.

◆ operator!=()

bool operator!= ( const SteeredObject< PartonsPhaseSpaceGenerator > &  oth) const
inherited

Definition at line 51 of file SteeredObject.h.

◆ operator==()

bool operator== ( const SteeredObject< PartonsPhaseSpaceGenerator > &  oth) const
inherited

Definition at line 49 of file SteeredObject.h.

◆ parameters()

const ParametersList & parameters ( ) const
overridevirtualinherited

Reimplemented from Steerable.

Definition at line 54 of file SteeredObject.h.

◆ positiveFlux()

template<typename T = PartonFlux>
const T & positiveFlux ( ) const
inherited

Definition at line 52 of file PartonsPhaseSpaceGenerator.h.

◆ process() [1/2]

proc::FactorisedProcess & process ( )
protectedinherited

Definition at line 63 of file PartonsPhaseSpaceGenerator.h.

◆ process() [2/2]

const proc::FactorisedProcess & process ( ) const
protectedinherited

Definition at line 65 of file PartonsPhaseSpaceGenerator.h.

◆ setDescribedParameters()

void setDescribedParameters ( const ParametersList params_orig)
inherited

Definition at line 73 of file SteeredObject.h.

◆ setParameters()

virtual void setParameters ( const ParametersList params)
overridevirtualinherited

Reimplemented from Steerable.

Definition at line 62 of file SteeredObject.h.

◆ steer()

template<typename T >
T steer ( const std::string &  key) const
protectedinherited

Definition at line 39 of file Steerable.h.

◆ steerAs()

template<typename T , typename U >
U steerAs ( const std::string &  key) const
protectedinherited

Definition at line 44 of file Steerable.h.

◆ steerName()

std::string steerName ( ) const
protectedinherited

Definition at line 48 of file Steerable.h.

◆ steerPath()

std::string steerPath ( const std::string &  key) const
protectedinherited

Definition at line 30 of file Steerable.cpp.

Member Data Documentation

◆ neg_flux_

std::unique_ptr<PartonFlux> neg_flux_ {nullptr}
protectedinherited

Definition at line 66 of file PartonsPhaseSpaceGenerator.h.

◆ params_

ParametersList params_
mutableprotectedinherited

Definition at line 50 of file Steerable.h.

◆ pos_flux_

std::unique_ptr<PartonFlux> pos_flux_ {nullptr}
protectedinherited

Definition at line 66 of file PartonsPhaseSpaceGenerator.h.