LCOV - code coverage report
Current view: top level - TEvtGen/EvtGen/EvtGenBase - EvtMTrivialLS.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 5 0.0 %
Date: 2016-06-14 17:26:59 Functions: 0 2 0.0 %

          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