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

          Line data    Source code
       1             : #ifndef __EVTMPARTICLE_HH__
       2             : #define __EVTMPARTICLE_HH__
       3             : 
       4             : #include "EvtGenBase/EvtMNode.hh"
       5             : 
       6             : class EvtMParticle : public EvtMNode {
       7             : 
       8             :     public:
       9             : 
      10             :         EvtMParticle( int label, const EvtId& id );
      11           0 :         virtual ~EvtMParticle() {}
      12             :         EvtSpinAmp amplitude( const vector<EvtVector4R>& product ) const;
      13           0 :         int getnchild() const { return 0; }
      14             :         
      15             :   EvtComplex line( const vector<EvtVector4R>& /*product*/ ) const
      16           0 :         { return EvtComplex(1.0, 0.0); }
      17             : 
      18             :         EvtMNode * duplicate() const;
      19             : };
      20             : 
      21             : #endif

Generated by: LCOV version 1.11