KascadeGrandeLDF.h
Go to the documentation of this file.
1 #ifndef _MdLDFFinderAG_KascadeGrandeLDF_h
2 #define _MdLDFFinderAG_KascadeGrandeLDF_h
3 
4 #include "VLDFFunctor.h"
5 
6 namespace MdLDFFinderAG {
7 
19  class KascadeGrandeLDF : public VLDFFunctor {
20 
21  public:
25  KascadeGrandeLDF(const double);
31  double operator()(const double r, const double *par ) const;
32  };
33 
34 }
35 
36 #endif // _MdLDFFinderAG_KascadeGrandeLDF_h
double operator()(const double r, const double *par) const
Performs the LDF evaluation.
KascadeGrandeLDF(const double)
Creates a functor.
Common interface for functors performing the muon LDF fitting.
Definition: VLDFFunctor.h:26
Functor implementing LDF.

, generated on Tue Sep 26 2023.