List of all members | Public Member Functions | Public Attributes | Protected Attributes
ScintillatorLDFFinderKG::NKGScintillatorLDF Class Referenceabstract

#include <NKGScintillatorLDF.h>

Inheritance diagram for ScintillatorLDFFinderKG::NKGScintillatorLDF:
Inheritance graph
[legend]

Public Member Functions

virtual double BetaUncertainty (const double showerSize) const =0
 
return
fBetaUncertaintyModelVector *[0] 
exp (fBetaUncertaintyModelVector[1]*lgS)
 
virtual double FirstDerivative (const double r, const std::vector< double > &shape) const =0
 
unsigned int GetNShapeParameters () const
 
 NKGScintillatorLDF (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]
 
const double beta = shape[0]
 
double & beta = shape[0]
 
 beta
 
const double c0 = fShapeModelVector[4]
 
const double c1 = fShapeModelVector[5]
 
double const
 
return std::pow(r/rRef, beta)*std
double 
const
 
*std::pow((r+k700)/(k700+rRef),
beta+gamma)/rRef)+(std double 
const
 
return Value(r, shape)*(utl
std::vector< double > 
const
 
const double d0 = fShapeModelVector[6]
 
const double d1 = fShapeModelVector[7]
 
const double e0 = fShapeModelVector[8]
 
const double e1 = fShapeModelVector[9]
 
const double f0 = fShapeModelVector[10]
 
const double f1 = fShapeModelVector[11]
 
const double gamma = shape[1]
 
double & gamma = shape[1]
 
 gamma
 
const double k700 = 700*utl::meter
 
const double r2 = utl::Sqr(r)
 
const double rRef = fReferenceDistance
 
const double sec2Theta = utl::Sqr(secTheta)
 
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
 

Detailed Description

Definition at line 14 of file NKGScintillatorLDF.h.

Constructor & Destructor Documentation

ScintillatorLDFFinderKG::NKGScintillatorLDF::NKGScintillatorLDF ( const double  refDistance)
inline

Definition at line 17 of file NKGScintillatorLDF.h.

Member Function Documentation

virtual double ScintillatorLDFFinderKG::VLDF::BetaUncertainty ( const double  showerSize) const
pure virtualinherited
return fBetaUncertaintyModelVector* [0] ScintillatorLDFFinderKG::NKGScintillatorLDF::exp ( fBetaUncertaintyModelVector lgS[1])
virtual double ScintillatorLDFFinderKG::VLDF::FirstDerivative ( const double  r,
const std::vector< double > &  shape 
) const
pure virtualinherited
unsigned int ScintillatorLDFFinderKG::NKGScintillatorLDF::GetNShapeParameters ( ) const
inlinevirtual

Implements ScintillatorLDFFinderKG::VLDF.

Definition at line 111 of file NKGScintillatorLDF.h.

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

Member Data Documentation

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::a0 = fShapeModelVector[0]

Definition at line 72 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::a1 = fShapeModelVector[1]

Definition at line 73 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::b0 = fShapeModelVector[2]

Definition at line 74 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::b1 = fShapeModelVector[3]

Definition at line 75 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::beta = shape[0]

Definition at line 24 of file NKGScintillatorLDF.h.

double& ScintillatorLDFFinderKG::NKGScintillatorLDF::beta = shape[0]

Definition at line 87 of file NKGScintillatorLDF.h.

ScintillatorLDFFinderKG::NKGScintillatorLDF::beta
Initial value:
=
a0 + a1*lgSRef +
(b0 + b1*lgSRef) * secTheta +
(c0 + c1*lgSRef) * sec2Theta

Definition at line 90 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::c0 = fShapeModelVector[4]

Definition at line 76 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::c1 = fShapeModelVector[5]

Definition at line 77 of file NKGScintillatorLDF.h.

double ScintillatorLDFFinderKG::NKGScintillatorLDF::const
Initial value:
{
const double rRef = fReferenceDistance

Definition at line 22 of file NKGScintillatorLDF.h.

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

Definition at line 36 of file NKGScintillatorLDF.h.

* std::pow ((r+k700)/(k700+rRef),beta+gamma)/rRef) + (std double ScintillatorLDFFinderKG::NKGScintillatorLDF::const
Initial value:
{
const double beta = shape[0]

Definition at line 50 of file NKGScintillatorLDF.h.

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

Definition at line 67 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::d0 = fShapeModelVector[6]

Definition at line 79 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::d1 = fShapeModelVector[7]

Definition at line 80 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::e0 = fShapeModelVector[8]

Definition at line 81 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::e1 = fShapeModelVector[9]

Definition at line 82 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::f0 = fShapeModelVector[10]

Definition at line 83 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::f1 = fShapeModelVector[11]

Definition at line 84 of file NKGScintillatorLDF.h.

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

Definition at line 32 of file ScintillatorLDFFinderKG/VLDF.h.

const double ScintillatorLDFFinderKG::VLDF::fReferenceDistance
protectedinherited

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

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

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

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::gamma = shape[1]

Definition at line 25 of file NKGScintillatorLDF.h.

double& ScintillatorLDFFinderKG::NKGScintillatorLDF::gamma = shape[1]

Definition at line 88 of file NKGScintillatorLDF.h.

ScintillatorLDFFinderKG::NKGScintillatorLDF::gamma
Initial value:
=
d0 + d1*lgSRef +
(e0 + e1*lgSRef) * secTheta +
(f0 + f1*lgSRef) * sec2Theta - beta

Definition at line 95 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::k700 = 700*utl::meter

Definition at line 27 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::r2 = utl::Sqr(r)

Definition at line 57 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::rRef = fReferenceDistance

Definition at line 39 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::sec2Theta = utl::Sqr(secTheta)

Definition at line 70 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::secTheta = 1/cosTheta

Definition at line 69 of file NKGScintillatorLDF.h.

return ScintillatorLDFFinderKG::NKGScintillatorLDF::shape

Definition at line 100 of file NKGScintillatorLDF.h.

const double ScintillatorLDFFinderKG::NKGScintillatorLDF::tbg = 2*beta + gamma

Definition at line 56 of file NKGScintillatorLDF.h.


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

, generated on Tue Sep 26 2023.