LCOV - code coverage report
Current view: top level - TEvtGen/EvtGen/EvtGenModels - EvtMultibody.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             : #ifndef EVTMULTIBODY_HH
       2             : #define EVTMULTIBODY_HH
       3             : 
       4             : #include "EvtGenBase/EvtMTree.hh"
       5             : #include "EvtGenBase/EvtDecayAmp.hh"
       6             : #include "EvtGenBase/EvtSpinAmp.hh"
       7             : 
       8             : class EvtMultibody:public EvtDecayAmp
       9             : {
      10             :     public:
      11           0 :         EvtMultibody() { _decayTree = NULL; _ilist = NULL; }
      12             :         virtual ~EvtMultibody();
      13             : 
      14             :         std::string getName();
      15             :         EvtDecayBase* clone();
      16             : 
      17             :         void init();
      18             :         void initProbMax();
      19             : 
      20             :         void decay(EvtParticle *p); 
      21             : 
      22             :     private:
      23             :         EvtMTree * _decayTree;
      24             :         int * _ilist;
      25             : };
      26             : 
      27             : #endif

Generated by: LCOV version 1.11