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

          Line data    Source code
       1             : #ifndef __EVTMTRIVIALLS_H__
       2             : #define __EVTMTRIVIALLS_H__
       3             : 
       4             : #include "EvtGenBase/EvtMRes.hh"
       5             : 
       6             : class EvtMTrivialLS : public EvtMLineShape {
       7             : 
       8             :     public:
       9             : 
      10           0 :         EvtMTrivialLS( const EvtId& /*id*/, const vector<string>& /*args*/ ) {};
      11           0 :         ~EvtMTrivialLS() {};
      12             : 
      13             :         EvtComplex shape( const vector<EvtVector4R>& product ) const; 
      14             :     
      15             :         EvtMLineShape* duplicate() const;
      16             : };
      17             : 
      18             : #endif

Generated by: LCOV version 1.11