CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMTrivialLS.cc
Go to the documentation of this file.
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}
Definition: EvtId.hh:27
EvtComplex shape(const vector< EvtVector4R > &product) const
Definition: EvtMTrivialLS.cc:4
EvtMLineShape * duplicate() const
Definition: EvtMTrivialLS.cc:9