Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EvtFlatAmp< T > Class Template Reference

#include <EvtFlatAmp.hh>

Inheritance diagram for EvtFlatAmp< T >:

EvtAmplitude< T > List of all members.

Public Member Functions

virtual EvtComplex amplitude (const T &p) const
virtual EvtAmplitude< T > * clone () const
EvtComplex evaluate (const T &p) const
 EvtFlatAmp (const EvtFlatAmp< T > &other)
 EvtFlatAmp ()
virtual ~EvtFlatAmp ()

template<class T>
class EvtFlatAmp< T >


Constructor & Destructor Documentation

template<class T>
EvtFlatAmp< T >::EvtFlatAmp  )  [inline]
 

00021 {}

template<class T>
EvtFlatAmp< T >::EvtFlatAmp const EvtFlatAmp< T > &  other  )  [inline]
 

00022 : EvtAmplitude<T>(other) {}

template<class T>
virtual EvtFlatAmp< T >::~EvtFlatAmp  )  [inline, virtual]
 

00023 {}


Member Function Documentation

template<class T>
virtual EvtComplex EvtFlatAmp< T >::amplitude const T &  p  )  const [inline, virtual]
 

Implements EvtAmplitude< T >.

00026 { return EvtComplex(1.,0.); }

template<class T>
virtual EvtAmplitude<T>* EvtFlatAmp< T >::clone  )  const [inline, virtual]
 

Implements EvtAmplitude< T >.

00025 { return new EvtFlatAmp<T>(*this); }

template<class T>
EvtComplex EvtAmplitude< T >::evaluate const T &  p  )  const [inline, inherited]
 

00027   {
00028     EvtComplex ret(0.,0.);
00029     if(p.isValid()) ret = amplitude(p);
00030     return ret;
00031   }


The documentation for this class was generated from the following file:
Generated on Wed Feb 2 16:05:18 2011 for BOSS6.5.5 by  doxygen 1.3.9.1