#include <LDF.h>
Public Member Functions | |
double | BetaUncertainty (const double showerSize) const |
double | FirstDerivative (const double r, const std::vector< double > &shape) 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 16 of file ScintillatorLDFFinderKG/LDF.h.
|
inline |
Definition at line 19 of file ScintillatorLDFFinderKG/LDF.h.
|
inline |
Definition at line 21 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 63 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 54 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
Referenced by ScintillatorLDFFinderKG::LDFLikelihoodFunctionTN::operator()().
|
inline |
Definition at line 71 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
Referenced by ScintillatorLDFFinderKG::ScintillatorLDFFinder::FitLDF().
|
inline |
Definition at line 74 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
Referenced by ScintillatorLDFFinderKG::ScintillatorLDFFinder::FitLDFSimplified(), ScintillatorLDFFinderKG::GetShowerSizeLabel(), and ScintillatorLDFFinderKG::ScintillatorLDFFinder::SetRecData().
|
inline |
Definition at line 68 of file ScintillatorLDFFinderKG/LDF.h.
References fType.
|
inline |
Definition at line 51 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 57 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
|
inline |
Definition at line 60 of file ScintillatorLDFFinderKG/LDF.h.
References fPtr.
Referenced by ScintillatorLDFFinderKG::ScintillatorLDFFinder::FitLDF(), ScintillatorLDFFinderKG::ScintillatorLDFFinder::FitLDFSimplified(), ScintillatorLDFFinderKG::LDFLikelihoodFunction::operator()(), ScintillatorLDFFinderKG::LDFLikelihoodFunctionTN::operator()(), and ScintillatorLDFFinderKG::LDFChi2Function::operator()().
|
protected |
Definition at line 79 of file ScintillatorLDFFinderKG/LDF.h.
Referenced by BetaUncertainty(), FirstDerivative(), GetNShapeParameters(), GetReferenceDistance(), LDF(), operator()(), SecondDerivative(), and ShapeModel().
|
protected |
Definition at line 78 of file ScintillatorLDFFinderKG/LDF.h.
Referenced by GetType().