BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMTrivialLS.cc
Go to the documentation of this file.
1#include "EvtMTrivialLS.hh"
2#include "EvtPatches.hh"
3
4EvtComplex EvtMTrivialLS::shape( const vector<EvtVector4R>& product ) const {
5 return EvtComplex( 1.0, 0.0 );
6}
7
9 EvtId temp1;
10 vector<string> temp2;
11
12 EvtMLineShape* tmp = new EvtMTrivialLS( temp1, temp2 );
13 return tmp;
14}
Definition EvtId.hh:27
EvtComplex shape(const vector< EvtVector4R > &product) const
EvtMLineShape * duplicate() const
EvtMTrivialLS(const EvtId &id, const vector< string > &args)