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

Go to the documentation of this file.
00001 #ifndef __EVTMPARTICLE_HH__
00002 #define __EVTMPARTICLE_HH__
00003 
00004 #include "EvtGenBase/EvtMNode.hh"
00005 
00006 class EvtMParticle : public EvtMNode {
00007 
00008     public:
00009 
00010         EvtMParticle( int label, const EvtId& id );
00011         virtual ~EvtMParticle() {}
00012         EvtSpinAmp amplitude( const vector<EvtVector4R>& product ) const;
00013         int getnchild() const { return 0; }
00014         
00015         EvtComplex line( const vector<EvtVector4R>& product ) const
00016         { return EvtComplex(1.0, 0.0); }
00017 
00018         EvtMNode * duplicate() const;
00019 };
00020 
00021 #endif

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