1 #include "EvtGenBase/EvtPatches.hh"
2 #include "EvtGenBase/EvtMTrivialLS.hh"
4 EvtComplex EvtMTrivialLS::shape( const vector<EvtVector4R>& product ) const
6 return EvtComplex(1.0, 0.0);
9 EvtMLineShape* EvtMTrivialLS::duplicate() const
14 EvtMLineShape* tmp=new EvtMTrivialLS(temp1, temp2);