BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtFlatAmp< T > Class Template Reference

#include <EvtFlatAmp.hh>

Inheritance diagram for EvtFlatAmp< T >:

Public Member Functions

 EvtFlatAmp ()
 EvtFlatAmp (const EvtFlatAmp< T > &other)
virtual ~EvtFlatAmp ()
virtual EvtAmplitude< T > * clone () const
virtual EvtComplex amplitude (const T &p) const
Public Member Functions inherited from EvtAmplitude< T >
 EvtAmplitude ()
 EvtAmplitude (const EvtAmplitude &)
virtual ~EvtAmplitude ()
EvtComplex evaluate (const T &p) const

Detailed Description

template<class T>
class EvtFlatAmp< T >

Definition at line 17 of file EvtFlatAmp.hh.

Constructor & Destructor Documentation

◆ EvtFlatAmp() [1/2]

template<class T>
EvtFlatAmp< T >::EvtFlatAmp ( )
inline

Definition at line 19 of file EvtFlatAmp.hh.

19{}

Referenced by clone(), and EvtFlatAmp().

◆ EvtFlatAmp() [2/2]

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

Definition at line 20 of file EvtFlatAmp.hh.

◆ ~EvtFlatAmp()

template<class T>
virtual EvtFlatAmp< T >::~EvtFlatAmp ( )
inlinevirtual

Definition at line 21 of file EvtFlatAmp.hh.

21{}

Member Function Documentation

◆ amplitude()

template<class T>
virtual EvtComplex EvtFlatAmp< T >::amplitude ( const T & p) const
inlinevirtual

Implements EvtAmplitude< T >.

Definition at line 24 of file EvtFlatAmp.hh.

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

◆ clone()

template<class T>
virtual EvtAmplitude< T > * EvtFlatAmp< T >::clone ( ) const
inlinevirtual

Implements EvtAmplitude< T >.

Definition at line 23 of file EvtFlatAmp.hh.

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

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