CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Classes | Public Member Functions | List of all members
Genfun::LegendreCoefficientSet Class Reference

#include <CLHEP/GenericFunctions/LegendreCoefficientSet.hh>

Classes

class  Clockwork
 

Public Member Functions

 LegendreCoefficientSet (unsigned int LMAX)
 
 LegendreCoefficientSet (const LegendreCoefficientSet &)
 
 ~LegendreCoefficientSet ()
 
unsigned int getLMax () const
 
const std::complex< double > & operator() (unsigned int l) const
 
std::complex< double > & operator() (unsigned int l)
 
LegendreCoefficientSetoperator= (const LegendreCoefficientSet &)
 

Detailed Description

Definition at line 6 of file LegendreCoefficientSet.hh.

Constructor & Destructor Documentation

◆ LegendreCoefficientSet() [1/2]

Genfun::LegendreCoefficientSet::LegendreCoefficientSet ( unsigned int LMAX)
inline

◆ LegendreCoefficientSet() [2/2]

Genfun::LegendreCoefficientSet::LegendreCoefficientSet ( const LegendreCoefficientSet & right)
inline

Definition at line 25 of file LegendreCoefficientSet.icc.

◆ ~LegendreCoefficientSet()

Genfun::LegendreCoefficientSet::~LegendreCoefficientSet ( )
inline

Definition at line 20 of file LegendreCoefficientSet.icc.

Member Function Documentation

◆ getLMax()

unsigned int Genfun::LegendreCoefficientSet::getLMax ( ) const
inline

◆ operator()() [1/2]

std::complex< double > & Genfun::LegendreCoefficientSet::operator() ( unsigned int l)
inline

◆ operator()() [2/2]

const std::complex< double > & Genfun::LegendreCoefficientSet::operator() ( unsigned int l) const
inline

◆ operator=()

LegendreCoefficientSet & Genfun::LegendreCoefficientSet::operator= ( const LegendreCoefficientSet & source)
inline

Definition at line 56 of file LegendreCoefficientSet.icc.


The documentation for this class was generated from the following files: