cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches

List of steering parameters for a physics case. More...

Classes

struct  Resonance
 Physical properties associated to a resonance. More...
 

Public Types

enum  { neutron = 0 , proton = 1 , deuteron = 2 }
 

Static Public Member Functions

static Parameters standard_neutron ()
 Parton-from-neutron emission.
 
static Parameters standard_proton ()
 Parton-from-proton emission.
 
static Parameters standard_deuteron ()
 Parton-from-deuteron emission.
 

Public Attributes

enum cepgen::strfun::CLAS::Parameters:: { ... }  proton
 Nucleon type.
 
std::array< double, 7 > c_slac {}
 SLAC fit parameters.
 
double alpha {0.}
 
double beta {0.}
 
double mu {0.}
 
double mup {0.}
 
std::array< double, 3 > x {}
 
std::array< double, 4 > b {}
 
std::vector< Resonanceresonances
 

Detailed Description

Definition at line 58 of file CLAS.cpp.


Class Documentation

◆ cepgen::strfun::CLAS::Parameters::Resonance

struct cepgen::strfun::CLAS::Parameters::Resonance

Definition at line 64 of file CLAS.cpp.

Class Members
double amplitude {0.}
short angular_momentum {0}
double mass {0.}
double width {0.}

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
neutron 
proton 
deuteron 

Definition at line 69 of file CLAS.cpp.

Member Function Documentation

◆ standard_deuteron()

CLAS::Parameters standard_deuteron ( )
static

Definition at line 152 of file CLAS.cpp.

◆ standard_neutron()

CLAS::Parameters standard_neutron ( )
static

Definition at line 145 of file CLAS.cpp.

◆ standard_proton()

CLAS::Parameters standard_proton ( )
static

Definition at line 102 of file CLAS.cpp.

Member Data Documentation

◆ alpha

double alpha {0.}

Definition at line 72 of file CLAS.cpp.

◆ b

std::array<double, 4> b {}

Definition at line 74 of file CLAS.cpp.

◆ beta

double beta {0.}

Definition at line 72 of file CLAS.cpp.

◆ c_slac

std::array<double, 7> c_slac {}

Definition at line 70 of file CLAS.cpp.

◆ mu

double mu {0.}

Definition at line 72 of file CLAS.cpp.

◆ mup

double mup {0.}

Definition at line 72 of file CLAS.cpp.

◆ []

enum { ... } proton

◆ resonances

std::vector<Resonance> resonances

Definition at line 75 of file CLAS.cpp.

◆ x

std::array<double, 3> x {}

Definition at line 73 of file CLAS.cpp.