LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |