BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPropagator Class Reference

#include <EvtPropagator.hh>

+ Inheritance diagram for EvtPropagator:

Public Member Functions

 EvtPropagator (double m0, double g0)
 
 EvtPropagator (const EvtPropagator &other)
 
virtual ~EvtPropagator ()
 
double m0 () const
 
double g0 () const
 
void set_m0 (double m0)
 
void set_g0 (double g0)
 
- Public Member Functions inherited from EvtAmplitude< EvtPoint1D >
 EvtAmplitude ()
 
 EvtAmplitude (const EvtAmplitude &)
 
virtual ~EvtAmplitude ()
 
virtual EvtAmplitude< EvtPoint1D > * clone () const=0
 
EvtComplex evaluate (const EvtPoint1D &p) const
 

Protected Attributes

double _m0
 
double _g0
 

Additional Inherited Members

- Protected Member Functions inherited from EvtAmplitude< EvtPoint1D >
virtual EvtComplex amplitude (const EvtPoint1D &) const=0
 

Detailed Description

Definition at line 20 of file EvtPropagator.hh.

Constructor & Destructor Documentation

◆ EvtPropagator() [1/2]

EvtPropagator::EvtPropagator ( double  m0,
double  g0 
)
inline

Definition at line 23 of file EvtPropagator.hh.

24 : _m0(m0), _g0(g0)
25 {
26 assert(m0 > 0);
27 assert(g0 >= 0);
28 }
double g0() const
double m0() const

◆ EvtPropagator() [2/2]

EvtPropagator::EvtPropagator ( const EvtPropagator other)
inline

Definition at line 29 of file EvtPropagator.hh.

30 : _m0(other._m0), _g0(other._g0)
31 {}
Index other(Index i, Index j)
Definition: EvtCyclic3.cc:118

◆ ~EvtPropagator()

virtual EvtPropagator::~EvtPropagator ( )
inlinevirtual

Definition at line 32 of file EvtPropagator.hh.

33 {}

Member Function Documentation

◆ g0()

double EvtPropagator::g0 ( ) const
inline

Definition at line 38 of file EvtPropagator.hh.

38{ return _g0; }

Referenced by EvtMassAmp::amplitude(), EvtKstarstargamma::decay(), EvtPropagator(), and set_g0().

◆ m0()

double EvtPropagator::m0 ( ) const
inline

Definition at line 37 of file EvtPropagator.hh.

37{ return _m0; }

Referenced by EvtMassAmp::amplitude(), EvtPropagator(), EvtPto3PAmp::numerator(), and set_m0().

◆ set_g0()

void EvtPropagator::set_g0 ( double  g0)
inline

Definition at line 43 of file EvtPropagator.hh.

43{ assert(g0>=0); _g0 = g0; }

Referenced by EvtPto3PAmp::amplitude(), and EvtKstarstargamma::decay().

◆ set_m0()

void EvtPropagator::set_m0 ( double  m0)
inline

Definition at line 42 of file EvtPropagator.hh.

42{ assert(m0>0); _m0 = m0; }

Member Data Documentation

◆ _g0

double EvtPropagator::_g0
protected

◆ _m0

double EvtPropagator::_m0
protected

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