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

Initial parton-like particles phase space cuts. More...

#include <CepGen/Physics/Cuts.h>

+ Inheritance diagram for Initial:
+ Collaboration diagram for Initial:

Public Member Functions

 Initial (const ParametersList &)
 
bool contain (const Particles &, const Event *evt=nullptr) const
 
void setParameters (const ParametersList &) override
 Set module parameters.
 
bool operator== (const SteeredObject &oth) const
 Equality operator.
 
bool operator!= (const SteeredObject &oth) const
 Inequality operator.
 
const ParametersListparameters () const override
 Module user-defined parameters.
 
void setDescribedParameters (const ParametersList &params_orig)
 Set (documented) module parameters.
 

Static Public Member Functions

static ParametersDescription description ()
 

Public Attributes

std::vector< Limitsq2
 parton virtualities
 
Limits qt
 parton transverse virtuality
 
Limits phi
 parton azimuthal angle
 

Protected Member Functions

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

ParametersList params_
 Module parameters.
 

Detailed Description

Definition at line 53 of file Cuts.h.

Constructor & Destructor Documentation

◆ Initial()

Initial ( const ParametersList params)
explicit

Definition at line 96 of file Cuts.cpp.

Member Function Documentation

◆ contain()

bool contain ( const Particles parts,
const Event evt = nullptr 
) const

Definition at line 114 of file Cuts.cpp.

◆ description()

ParametersDescription description ( )
static

Definition at line 130 of file Cuts.cpp.

◆ operator!=()

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

Definition at line 51 of file SteeredObject.h.

◆ operator==()

bool operator== ( const SteeredObject< Initial > &  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.

◆ setDescribedParameters()

void setDescribedParameters ( const ParametersList params_orig)
inherited

Definition at line 73 of file SteeredObject.h.

◆ setParameters()

void setParameters ( const ParametersList params)
overridevirtual

Reimplemented from SteeredObject< Initial >.

Definition at line 100 of file Cuts.cpp.

◆ 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

◆ params_

ParametersList params_
mutableprotectedinherited

Definition at line 50 of file Steerable.h.

◆ phi

Limits phi

Definition at line 63 of file Cuts.h.

◆ q2

std::vector<Limits> q2

Definition at line 61 of file Cuts.h.

◆ qt

Limits qt

Definition at line 62 of file Cuts.h.