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

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

Generated by: LCOV version 1.11