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

          Line data    Source code
       1             : 
       2             : #ifndef EVTPHIDALITZ_HH
       3             : #define EVTPHIDALITZ_HH
       4             : 
       5             : #include "EvtGenBase/EvtDecayAmp.hh"
       6             : 
       7             : class EvtParticle;
       8             : 
       9             : class EvtPhiDalitz:public  EvtDecayAmp  {
      10             : 
      11             : public:
      12             : 
      13           0 :   EvtPhiDalitz() {}
      14             :   virtual ~EvtPhiDalitz();
      15             : 
      16             :   std::string getName();
      17             :   EvtDecayBase* clone();
      18             : 
      19             :   void init();
      20             : 
      21             :   void decay(EvtParticle *p); 
      22             : 
      23             : private:
      24             :   double _mRho;
      25             :   double _gRho;
      26             :   double _aD;
      27             :   double _phiD;
      28             :   double _aOmega;
      29             :   double _phiOmega;
      30             :   int _locPip;
      31             :   int _locPim;
      32             :   int _locPi0;
      33             : 
      34             : };
      35             : 
      36             : #endif

Generated by: LCOV version 1.11