BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtMTrivialLS.cc
Go to the documentation of this file.
1#include "EvtGenBase/EvtPatches.hh"
2#include "EvtGenBase/EvtMTrivialLS.hh"
3
4EvtComplex EvtMTrivialLS::shape( const vector<EvtVector4R>& product ) const
5{
6 return EvtComplex(1.0, 0.0);
7}
8
10{
11 EvtId temp1;
12 vector<string> temp2;
13
14 EvtMLineShape* tmp=new EvtMTrivialLS(temp1, temp2);
15 return tmp;
16}
EvtComplex shape(const vector< EvtVector4R > &product) const