cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator

A KMR un-integrated gluon densities grid interpolator. More...

#include <include/CepGen/Physics/GluonGrid.h>

+ Inheritance diagram for GluonGrid:
+ Collaboration diagram for GluonGrid:

Public Member Functions

 GluonGrid (const GluonGrid &)=delete
 
void operator= (const GridHandler &)=delete
 
const std::string & path () const
 Retrieve the path to the interpolation grid values.
 
double operator() (double x, double kt2, double mu2) const
 Compute the gluon flux.
 
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.
 
void setParameters (const ParametersList &params) override
 Set module parameters.
 
void setDescribedParameters (const ParametersList &params_orig)
 Set (documented) module parameters.
 

Static Public Member Functions

static GluonGridget (const cepgen::ParametersList &params={})
 Retrieve the grid interpolator singleton.
 
static cepgen::ParametersDescription description ()
 

Protected Member Functions

template<typename T >
steer (const std::string &key) const
 Retrieve a parameters as previously steered.
 
template<typename T , typename U >
steerAs (const std::string &key) const
 Retrieve a recast 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 28 of file GluonGrid.h.

Constructor & Destructor Documentation

◆ GluonGrid()

GluonGrid ( const GluonGrid & )
delete

Member Function Documentation

◆ description()

static cepgen::ParametersDescription description ( )
static

◆ get()

static GluonGrid & get ( const cepgen::ParametersList & params = {})
static

◆ operator!=()

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

Definition at line 50 of file SteeredObject.h.

◆ operator()()

double operator() ( double x,
double kt2,
double mu2 ) const

◆ operator=()

void operator= ( const GridHandler & )
delete

◆ operator==()

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

Definition at line 48 of file SteeredObject.h.

◆ parameters()

const ParametersList & parameters ( ) const
overridevirtualinherited

Reimplemented from Steerable.

Definition at line 53 of file SteeredObject.h.

◆ path()

const std::string & path ( ) const

Definition at line 36 of file GluonGrid.h.

◆ setDescribedParameters()

void setDescribedParameters ( const ParametersList & params_orig)
inherited

Definition at line 72 of file SteeredObject.h.

◆ setParameters()

void setParameters ( const ParametersList & params)
overridevirtualinherited

Reimplemented from Steerable.

Definition at line 61 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

Member Data Documentation

◆ params_

ParametersList params_
mutableprotectedinherited

Definition at line 50 of file Steerable.h.