LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include "EvtGenBase/EvtPatches.hh" 2 : #include "EvtGenBase/EvtMTrivialLS.hh" 3 : 4 : EvtComplex EvtMTrivialLS::shape( const vector<EvtVector4R>& /*product*/ ) const 5 : { 6 0 : return EvtComplex(1.0, 0.0); 7 : } 8 : 9 : EvtMLineShape* EvtMTrivialLS::duplicate() const 10 : { 11 0 : EvtId temp1; 12 0 : vector<string> temp2; 13 : 14 0 : EvtMLineShape* tmp=new EvtMTrivialLS(temp1, temp2); 15 : return tmp; 16 0 : } |
![]() |
Generated by: LCOV version 1.11 |