9 #ifndef AssociatedLegendre_h 10 #define AssociatedLegendre_h 1 20 class AssociatedLegendre :
public AbsFunction {
40 unsigned int l()
const;
43 unsigned int m()
const;
60 #include "CLHEP/GenericFunctions/AssociatedLegendre.icc"
virtual double operator()(double argument) const
#define FUNCTION_OBJECT_DEF(classname)
AssociatedLegendre(unsigned int l, unsigned int m)
virtual ~AssociatedLegendre()