List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
LDFFinderKG::NKGLDF Class Referenceabstract

#include <NKGLDF.h>

Inheritance diagram for LDFFinderKG::NKGLDF:
Inheritance graph
[legend]

Public Member Functions

virtual double BetaUncertainty (const double showerSize) const =0
 
return
fBetaUncertaintyModelVector *[0] 
exp (fBetaUncertaintyModelVector[1]*lgS)
 
unsigned int GetNShapeParameters () const
 
 NKGLDF (const double refDistance)
 
virtual double SecondDerivative (const double r, const std::vector< double > &shape) const =0
 
virtual std::vector< double > ShapeModel (const double cosTheta, double showerSize) const =0
 
virtual double Value (const double r, const std::vector< double > &shape) const =0
 

Public Attributes

const double a0 = fShapeModelVector[0]
 
const double a1 = fShapeModelVector[1]
 
const double b0 = fShapeModelVector[2]
 
const double b1 = fShapeModelVector[3]
 
const double beta = shape[0]
 
double & beta = shape[0]
 
 beta = a0 + a1*lgS + sec*(b0 + b1*lgS + sec*(c0 + c1*lgS))
 
const double c0 = fShapeModelVector[4]
 
const double c1 = fShapeModelVector[5]
 
double const
 
return std::pow(r/rRef, beta)*std
double 
const
 
return Value(r, shape)*(utl
std::vector< double > 
const
 
const double cos2 = utl::Sqr(cosTheta)
 
const double fa0 = fShapeModelVector[8]
 
const double fa1 = fShapeModelVector[9]
 
const double fb = fShapeModelVector[14]
 
const double fet = fShapeModelVector[15]
 
const double fo0 = fShapeModelVector[6]
 
const double fo1 = fShapeModelVector[7]
 
const double fp0 = fShapeModelVector[10]
 
const double fp1 = fShapeModelVector[11]
 
const double fps = fShapeModelVector[16]
 
const double fs0 = fShapeModelVector[12]
 
const double fs1 = fShapeModelVector[13]
 
const double fss = fShapeModelVector[17]
 
const double gamma = shape[1]
 
double & gamma = shape[1]
 
 gamma
 
const double lgS = std::log10(showerSize)
 
const double r2 = utl::Sqr(r)
 
const double sec = 1 / cosTheta
 
return shape
 
const double tbg = 2*beta + gamma
 

Protected Member Functions

 NKGLDF (const double refDistance, const unsigned int shapeSize)
 

Protected Attributes

std::vector< double > fBetaUncertaintyModelVector
 
const double fReferenceDistance
 
std::vector< double > fShapeModelVector
 
const double k700 = 700*utl::meter
 

Detailed Description

Definition at line 14 of file LDFFinderKG/NKGLDF.h.

Constructor & Destructor Documentation

LDFFinderKG::NKGLDF::NKGLDF ( const double  refDistance)
inline

Definition at line 17 of file LDFFinderKG/NKGLDF.h.

LDFFinderKG::NKGLDF::NKGLDF ( const double  refDistance,
const unsigned int  shapeSize 
)
inlineprotected

Definition at line 20 of file LDFFinderKG/NKGLDF.h.

Member Function Documentation

virtual double LDFFinderKG::VLDF::BetaUncertainty ( const double  showerSize) const
pure virtualinherited
return fBetaUncertaintyModelVector* [0] LDFFinderKG::NKGLDF::exp ( fBetaUncertaintyModelVector lgS[1])
unsigned int LDFFinderKG::NKGLDF::GetNShapeParameters ( ) const
inlinevirtual

Implements LDFFinderKG::VLDF.

Definition at line 100 of file LDFFinderKG/NKGLDF.h.

virtual double LDFFinderKG::VLDF::SecondDerivative ( const double  r,
const std::vector< double > &  shape 
) const
pure virtualinherited
virtual std::vector<double> LDFFinderKG::VLDF::ShapeModel ( const double  cosTheta,
double  showerSize 
) const
pure virtualinherited
virtual double LDFFinderKG::VLDF::Value ( const double  r,
const std::vector< double > &  shape 
) const
pure virtualinherited

Member Data Documentation

const double LDFFinderKG::NKGLDF::a0 = fShapeModelVector[0]

Definition at line 61 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::a1 = fShapeModelVector[1]

Definition at line 62 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::b0 = fShapeModelVector[2]

Definition at line 63 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::b1 = fShapeModelVector[3]

Definition at line 64 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::beta = shape[0]

Definition at line 30 of file LDFFinderKG/NKGLDF.h.

double& LDFFinderKG::NKGLDF::beta = shape[0]

Definition at line 58 of file LDFFinderKG/NKGLDF.h.

LDFFinderKG::NKGLDF::beta = a0 + a1*lgS + sec*(b0 + b1*lgS + sec*(c0 + c1*lgS))

Definition at line 67 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::c0 = fShapeModelVector[4]

Definition at line 65 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::c1 = fShapeModelVector[5]

Definition at line 66 of file LDFFinderKG/NKGLDF.h.

double LDFFinderKG::NKGLDF::const
Initial value:
{
const double rRef = fReferenceDistance

Definition at line 28 of file LDFFinderKG/NKGLDF.h.

return std::pow (r/rRef, beta) * std double LDFFinderKG::NKGLDF::const
Initial value:
{
const double beta = shape[0]

Definition at line 40 of file LDFFinderKG/NKGLDF.h.

return Value (r, shape) * ( utl std::vector<double> LDFFinderKG::NKGLDF::const
Initial value:
{
std::vector<double> shape(2)

Definition at line 55 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::cos2 = utl::Sqr(cosTheta)

Definition at line 70 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fa0 = fShapeModelVector[8]

Definition at line 73 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fa1 = fShapeModelVector[9]

Definition at line 74 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fb = fShapeModelVector[14]

Definition at line 79 of file LDFFinderKG/NKGLDF.h.

std::vector<double> LDFFinderKG::VLDF::fBetaUncertaintyModelVector
protectedinherited

Definition at line 31 of file LDFFinderKG/VLDF.h.

const double LDFFinderKG::NKGLDF::fet = fShapeModelVector[15]

Definition at line 80 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fo0 = fShapeModelVector[6]

Definition at line 71 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fo1 = fShapeModelVector[7]

Definition at line 72 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fp0 = fShapeModelVector[10]

Definition at line 75 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fp1 = fShapeModelVector[11]

Definition at line 76 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fps = fShapeModelVector[16]

Definition at line 81 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::VLDF::fReferenceDistance
protectedinherited

Definition at line 29 of file LDFFinderKG/VLDF.h.

const double LDFFinderKG::NKGLDF::fs0 = fShapeModelVector[12]

Definition at line 77 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::fs1 = fShapeModelVector[13]

Definition at line 78 of file LDFFinderKG/NKGLDF.h.

std::vector<double> LDFFinderKG::VLDF::fShapeModelVector
protectedinherited

Definition at line 30 of file LDFFinderKG/VLDF.h.

const double LDFFinderKG::NKGLDF::fss = fShapeModelVector[17]

Definition at line 82 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::gamma = shape[1]

Definition at line 31 of file LDFFinderKG/NKGLDF.h.

double& LDFFinderKG::NKGLDF::gamma = shape[1]

Definition at line 69 of file LDFFinderKG/NKGLDF.h.

LDFFinderKG::NKGLDF::gamma
Initial value:
=
fo0 + fo1 * lgS +
(fa0 + fa1 * lgS) / (std::exp((fs0 + fs1 * lgS) * (cos2 - (fp0 + fp1 * lgS))) + 1) +
fb * std::pow(cos2, fet) / (std::exp((lgS - fps) * fss) + 1) -

Definition at line 83 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::k700 = 700*utl::meter
protected

Definition at line 22 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::lgS = std::log10(showerSize)

Definition at line 59 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::r2 = utl::Sqr(r)

Definition at line 45 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::sec = 1 / cosTheta

Definition at line 60 of file LDFFinderKG/NKGLDF.h.

return LDFFinderKG::NKGLDF::shape

Definition at line 89 of file LDFFinderKG/NKGLDF.h.

const double LDFFinderKG::NKGLDF::tbg = 2*beta + gamma

Definition at line 44 of file LDFFinderKG/NKGLDF.h.


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.