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

Go to the documentation of this file.
00001 #include "EvtGenBase/EvtPatches.hh"
00002 #include "EvtGenBase/EvtMTrivialLS.hh"
00003 
00004 EvtComplex EvtMTrivialLS::shape( const vector<EvtVector4R>& product ) const 
00005 { 
00006     return EvtComplex(1.0, 0.0); 
00007 }
00008 
00009 EvtMLineShape* EvtMTrivialLS::duplicate() const 
00010 {   
00011     EvtId temp1;
00012     vector<string> temp2;
00013 
00014     EvtMLineShape* tmp=new EvtMTrivialLS(temp1, temp2); 
00015     return tmp;
00016 }

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