#include <LDF.h>
Public Member Functions | |
double | BetaUncertainty (const double showerSize) const |
unsigned int | GetNShapeParameters () const |
double | GetReferenceDistance () const |
const std::string & | GetType () const |
LDF () | |
LDF (const std::string &type, const double rRef, const std::vector< double > &pars, const std::vector< double > &uncPars) | |
double | operator() (const double r, const std::vector< double > &shape) const |
double | SecondDerivative (const double r, const std::vector< double > &shape) const |
std::vector< double > | ShapeModel (const double cosTheta, const double showerSize) const |
Protected Attributes | |
boost::shared_ptr< VLDF > | fPtr |
std::string | fType |
Definition at line 21 of file LDFFinderKG/LDF.h.
|
inline |
Definition at line 24 of file LDFFinderKG/LDF.h.
|
inline |
Definition at line 26 of file LDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 75 of file LDFFinderKG/LDF.h.
References fPtr.
Referenced by LDFFinderKG::LDFFinder::Run().
|
inline |
Definition at line 83 of file LDFFinderKG/LDF.h.
References fPtr.
Referenced by LDFFinderKG::LDFFinder::FitGlobal(), LDFFinderKG::LDFFinder::FitLDF(), LDFFinderKG::LDFFinder::FitLDFSimplified(), and LDFFinderKG::LDFFinder::Run().
|
inline |
Definition at line 86 of file LDFFinderKG/LDF.h.
References fPtr.
Referenced by LDFFinderKG::LDFFinder::FitLDFSimplified(), and LDFFinderKG::GetShowerSizeLabel().
|
inline |
Definition at line 80 of file LDFFinderKG/LDF.h.
References fType.
|
inline |
Definition at line 66 of file LDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 69 of file LDFFinderKG/LDF.h.
References fPtr.
Referenced by LDFFinderKG::LDFFinder::FitLDF().
|
inline |
Definition at line 72 of file LDFFinderKG/LDF.h.
References fPtr.
Referenced by LDFFinderKG::LDFFinder::FitGlobal(), LDFFinderKG::LDFFinder::FitLDF(), LDFFinderKG::LDFFinder::FitLDFSimplified(), LDFFinderKG::LDFLikelihoodFunction::operator()(), and LDFFinderKG::LDFChi2Function::operator()().
|
protected |
Definition at line 91 of file LDFFinderKG/LDF.h.
Referenced by BetaUncertainty(), GetNShapeParameters(), GetReferenceDistance(), LDF(), operator()(), SecondDerivative(), and ShapeModel().
|
protected |
Definition at line 90 of file LDFFinderKG/LDF.h.
Referenced by GetType().