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"
#define FUNCTION_OBJECT_DEF(classname)
AssociatedLegendre(unsigned int l, unsigned int m)
virtual double operator()(double argument) const
AssociatedLegendre(const AssociatedLegendre &right)
virtual ~AssociatedLegendre()