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

#include <NKGBetaOnlyLDF.h>

Inheritance diagram for LDFFinderKG::NKGBetaOnlyLDF:
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
 
 NKGBetaOnlyLDF (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[0]
 
const double a1 = fShapeModelVector[1]
 
const double b0 = fShapeModelVector[2]
 
const double b1 = fShapeModelVector[3]
 
double & beta = shape[0]
 
 beta = a0 + a1*lgSRef + secTheta*(b0 + b1*lgSRef + secTheta*(c0 + c1*lgSRef))
 
const double c0 = fShapeModelVector[4]
 
const double c1 = fShapeModelVector[5]
 
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]
 
double & gamma = shape[1]
 
 gamma = 0
 
const double lgS = std::log10(showerSize)
 
const double r2 = utl::Sqr(r)
 
const double sec = 1 / cosTheta
 
const double secTheta = 1 / cosTheta
 
return shape
 
const double tbg = 2*beta + gamma
 

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 NKGBetaOnlyLDF.h.

Constructor & Destructor Documentation

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

Definition at line 17 of file NKGBetaOnlyLDF.h.

Member Function Documentation

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

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
std::vector<double> LDFFinderKG::NKGBetaOnlyLDF::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::NKGBetaOnlyLDF::a0 = fShapeModelVector[0]

Definition at line 26 of file NKGBetaOnlyLDF.h.

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

Definition at line 27 of file NKGBetaOnlyLDF.h.

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

Definition at line 28 of file NKGBetaOnlyLDF.h.

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

Definition at line 29 of file NKGBetaOnlyLDF.h.

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

Definition at line 34 of file NKGBetaOnlyLDF.h.

LDFFinderKG::NKGBetaOnlyLDF::beta = a0 + a1*lgSRef + secTheta*(b0 + b1*lgSRef + secTheta*(c0 + c1*lgSRef))

Definition at line 37 of file NKGBetaOnlyLDF.h.

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

Definition at line 30 of file NKGBetaOnlyLDF.h.

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

Definition at line 31 of file NKGBetaOnlyLDF.h.

std::vector<double> LDFFinderKG::NKGBetaOnlyLDF::const
Initial value:
{
const double lgSRef = std::log10(showerSize)

Definition at line 22 of file NKGBetaOnlyLDF.h.

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

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

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

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

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

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

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

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]
inherited

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

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

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

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

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

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

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

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

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

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

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]
inherited

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

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

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]
inherited

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

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

Definition at line 35 of file NKGBetaOnlyLDF.h.

LDFFinderKG::NKGBetaOnlyLDF::gamma = 0

Definition at line 39 of file NKGBetaOnlyLDF.h.

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

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

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

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

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

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

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

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

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

Definition at line 24 of file NKGBetaOnlyLDF.h.

return LDFFinderKG::NKGBetaOnlyLDF::shape

Definition at line 41 of file NKGBetaOnlyLDF.h.

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

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.