LCOV - code coverage report
Current view: top level - TEvtGen/EvtGen/EvtGenBase - EvtMHelAmp.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 __EVTMHELAMP_HH__
       2             : #define __EVTMHELAMP_HH__
       3             : 
       4             : #include "EvtGenBase/EvtMRes.hh"
       5             : 
       6             : class EvtMHelAmp : public EvtMRes {
       7             : 
       8             :     public:
       9             : 
      10             :         EvtMHelAmp( const EvtId& id, EvtMLineShape *, const
      11             :                 vector<EvtMNode * >&, const vector<EvtComplex>& );
      12           0 :         virtual ~EvtMHelAmp() {};
      13             :         
      14             :         EvtSpinAmp amplitude( const vector<EvtVector4R>& product )
      15             :             const;
      16             : 
      17             :         EvtMNode * duplicate() const;
      18             : 
      19             :     private:
      20             : 
      21             :         vector<EvtComplex> _elem;
      22             : };
      23             : 
      24             : #endif

Generated by: LCOV version 1.11