/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/EvtMHelAmp.hh

Go to the documentation of this file.
00001 #ifndef __EVTMHELAMP_HH__
00002 #define __EVTMHELAMP_HH__
00003 
00004 #include "EvtGenBase/EvtMRes.hh"
00005 
00006 class EvtMHelAmp : public EvtMRes {
00007 
00008     public:
00009 
00010         EvtMHelAmp( const EvtId& id, EvtMLineShape *, const
00011                 vector<EvtMNode * >&, const vector<EvtComplex>& );
00012         virtual ~EvtMHelAmp() {};
00013         
00014         EvtSpinAmp amplitude( const vector<EvtVector4R>& product )
00015             const;
00016 
00017         EvtMNode * duplicate() const;
00018 
00019     private:
00020 
00021         vector<EvtComplex> _elem;
00022 };
00023 
00024 #endif

Generated on Tue Nov 29 23:12:13 2016 for BOSS_7.0.2 by  doxygen 1.4.7