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

#include <NKGAGLDF.h>

Inheritance diagram for LDFFinderKG::NKGAGLDF:
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
 
 NKGAGLDF (const double refDistance)
 
virtual double SecondDerivative (const double r, const std::vector< double > &shape) const =0
 
std::vector< double > shape (2)
 
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[5]
 
const double a0_Beta = fShapeModelVector[0]
 
const double a1 = fShapeModelVector[6]
 
const double a1_Beta = fShapeModelVector[1]
 
const double b0 = fShapeModelVector[7]
 
const double b0_Beta = fShapeModelVector[2]
 
const double beta = shape[0]
 
double & beta = shape[0]
 
 beta = a0_Beta + a1_Beta*lgSRef + secTheta*(b0_Beta + secTheta*(c0_Beta + secTheta*d0_Beta))
 
const double c0 = fShapeModelVector[8]
 
const double c0_Beta = fShapeModelVector[3]
 
double const
 
return std::pow(r/rRef, beta)*std
double 
const
 
return Value(r, shape)*(std
std::vector< double > 
const
 
const double d0 = fShapeModelVector[9]
 
const double d0_Beta = fShapeModelVector[4]
 
const double gamma = shape[1]
 
double & gamma = shape[1]
 
 gamma = a0 + a1*lgSRef + secTheta*(b0 + secTheta*(c0 + secTheta*d0))
 
const double k3000 = 3000*utl::meter
 
const double k700 = 700*utl::meter
 
const double r2 = utl::Sqr(r)
 
const double r3000_2 = utl::Sqr(r + k3000)
 
const double r700_2 = utl::Sqr(r + k700)
 
const double secTheta = 1 / cosTheta
 
return shape
 

Protected Attributes

std::vector< double > fBetaUncertaintyModelVector
 
const double fReferenceDistance
 
std::vector< double > fShapeModelVector
 

Detailed Description

Definition at line 14 of file NKGAGLDF.h.

Constructor & Destructor Documentation

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

Definition at line 17 of file NKGAGLDF.h.

Member Function Documentation

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

Implements LDFFinderKG::VLDF.

Definition at line 97 of file NKGAGLDF.h.

virtual double LDFFinderKG::VLDF::SecondDerivative ( const double  r,
const std::vector< double > &  shape 
) const
pure virtualinherited
std::vector<double> LDFFinderKG::NKGAGLDF::shape ( )
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::NKGAGLDF::a0 = fShapeModelVector[5]

Definition at line 70 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::a0_Beta = fShapeModelVector[0]

Definition at line 64 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::a1 = fShapeModelVector[6]

Definition at line 71 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::a1_Beta = fShapeModelVector[1]

Definition at line 65 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::b0 = fShapeModelVector[7]

Definition at line 72 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::b0_Beta = fShapeModelVector[2]

Definition at line 66 of file NKGAGLDF.h.

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

Definition at line 24 of file NKGAGLDF.h.

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

Definition at line 61 of file NKGAGLDF.h.

LDFFinderKG::NKGAGLDF::beta = a0_Beta + a1_Beta*lgSRef + secTheta*(b0_Beta + secTheta*(c0_Beta + secTheta*d0_Beta))

Definition at line 76 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::c0 = fShapeModelVector[8]

Definition at line 73 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::c0_Beta = fShapeModelVector[3]

Definition at line 67 of file NKGAGLDF.h.

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

Definition at line 22 of file NKGAGLDF.h.

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

Definition at line 38 of file NKGAGLDF.h.

return Value (r, shape) * (std std::vector<double> LDFFinderKG::NKGAGLDF::const
Initial value:
{
const double lgSRef = std::log10(showerSize)

Definition at line 56 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::d0 = fShapeModelVector[9]

Definition at line 74 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::d0_Beta = fShapeModelVector[4]

Definition at line 68 of file NKGAGLDF.h.

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

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

const double LDFFinderKG::VLDF::fReferenceDistance
protectedinherited

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

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

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

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

Definition at line 25 of file NKGAGLDF.h.

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

Definition at line 62 of file NKGAGLDF.h.

LDFFinderKG::NKGAGLDF::gamma = a0 + a1*lgSRef + secTheta*(b0 + secTheta*(c0 + secTheta*d0))

Definition at line 78 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::k3000 = 3000*utl::meter

Definition at line 28 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::k700 = 700*utl::meter

Definition at line 27 of file NKGAGLDF.h.

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

Definition at line 45 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::r3000_2 = utl::Sqr(r + k3000)

Definition at line 47 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::r700_2 = utl::Sqr(r + k700)

Definition at line 46 of file NKGAGLDF.h.

const double LDFFinderKG::NKGAGLDF::secTheta = 1 / cosTheta

Definition at line 58 of file NKGAGLDF.h.

return LDFFinderKG::NKGAGLDF::shape

Definition at line 86 of file NKGAGLDF.h.


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

, generated on Tue Sep 26 2023.