BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtMHelAmp.hh
Go to the documentation of this file.
1#ifndef __EVTMHELAMP_HH__
2#define __EVTMHELAMP_HH__
3
4#include "EvtGenBase/EvtMRes.hh"
5
6class EvtMHelAmp : public EvtMRes {
7
8 public:
9
10 EvtMHelAmp( const EvtId& id, EvtMLineShape *, const
11 vector<EvtMNode * >&, const vector<EvtComplex>& );
12 virtual ~EvtMHelAmp() {};
13
14 EvtSpinAmp amplitude( const vector<EvtVector4R>& product )
15 const;
16
18
19 private:
20
21 vector<EvtComplex> _elem;
22};
23
24#endif
EvtSpinAmp amplitude(const vector< EvtVector4R > &product) const
EvtMNode * duplicate() const
EvtMHelAmp(const EvtId &id, EvtMLineShape *, const vector< EvtMNode * > &, const vector< EvtComplex > &)