#include <VLDF.h>
|
| virtual double | BetaUncertainty (const double showerSize) const =0 |
| |
| virtual unsigned int | GetNShapeParameters () const =0 |
| |
| virtual double | SecondDerivative (const double r, const std::vector< double > &shape) const =0 |
| |
| 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 |
| |
| | VLDF (const double refDistance, const unsigned int shapeSize, const unsigned int betaSize) |
| |
| virtual | ~VLDF () |
| |
Definition at line 11 of file LDFFinderKG/VLDF.h.
| LDFFinderKG::VLDF::VLDF |
( |
const double |
refDistance, |
|
|
const unsigned int |
shapeSize, |
|
|
const unsigned int |
betaSize |
|
) |
| |
|
inline |
| virtual LDFFinderKG::VLDF::~VLDF |
( |
| ) |
|
|
inlinevirtual |
| virtual double LDFFinderKG::VLDF::BetaUncertainty |
( |
const double |
showerSize | ) |
const |
|
pure virtual |
| virtual unsigned int LDFFinderKG::VLDF::GetNShapeParameters |
( |
| ) |
const |
|
pure virtual |
| virtual double LDFFinderKG::VLDF::SecondDerivative |
( |
const double |
r, |
|
|
const std::vector< double > & |
shape |
|
) |
| const |
|
pure virtual |
| virtual std::vector<double> LDFFinderKG::VLDF::ShapeModel |
( |
const double |
cosTheta, |
|
|
double |
showerSize |
|
) |
| const |
|
pure virtual |
| virtual double LDFFinderKG::VLDF::Value |
( |
const double |
r, |
|
|
const std::vector< double > & |
shape |
|
) |
| const |
|
pure virtual |
| std::vector<double> LDFFinderKG::VLDF::fBetaUncertaintyModelVector |
|
protected |
| const double LDFFinderKG::VLDF::fReferenceDistance |
|
protected |
| std::vector<double> LDFFinderKG::VLDF::fShapeModelVector |
|
protected |
The documentation for this class was generated from the following file: