Common interface for functors performing the muon LDF fitting. More...
#include <MdLDFFinderAG/VLDFFunctor.h>
Public Member Functions | |
const std::string | GetName () const |
virtual double | operator() (const double r, const double *par) const =0 |
Perform the actual count. More... | |
virtual | ~VLDFFunctor () |
Meant to be used as base class: virtual destructor. More... | |
Protected Attributes | |
std::string | fName |
double | fReferenceDist |
Friends | |
class | VMinMethodFunctor |
Common interface for functors performing the muon LDF fitting.
Definition at line 26 of file VLDFFunctor.h.
|
virtual |
Meant to be used as base class: virtual destructor.
Definition at line 5 of file VLDFFunctor.cc.
|
inline |
Definition at line 44 of file VLDFFunctor.h.
References fName.
|
pure virtual |
Perform the actual count.
samples | The trace to examine in order to detect the muons. |
recData | The data where to put the detected muon information. |
Implemented in MdLDFFinderAG::KascadeGrandeLDF.
|
friend |
Definition at line 42 of file VLDFFunctor.h.
|
protected |
Definition at line 49 of file VLDFFunctor.h.
Referenced by GetName(), and MdLDFFinderAG::KascadeGrandeLDF::KascadeGrandeLDF().
|
protected |
Definition at line 48 of file VLDFFunctor.h.
Referenced by MdLDFFinderAG::KascadeGrandeLDF::KascadeGrandeLDF(), and MdLDFFinderAG::KascadeGrandeLDF::operator()().