StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtBToDDalitzCPK.hh
1 // $Id: EvtBToDDalitzCPK.hh,v 1.1 2016/09/23 18:37:36 jwebb Exp $
2 #ifndef EVTGENMODELS_EVTBTODDALITZCPK_HH
3 #define EVTGENMODELS_EVTBTODDALITZCPK_HH 1
4 
5 // Include files
6 #include "EvtGenBase/EvtDecayAmp.hh"
7 
16 class EvtBToDDalitzCPK : public EvtDecayAmp {
17 public:
20 
21  virtual ~EvtBToDDalitzCPK( );
22 
23  virtual std::string getName ( ) ;
24  EvtDecayBase * clone ( ) ;
25 
26  void decay ( EvtParticle * p ) ;
27  void init ( ) ;
28 
29  void initProbMax ( ) ;
30 
31 protected:
32 
33 private:
34  int _flag ;
35 
36 };
37 #endif // EVTGENMODELS_EVTBTODDALITZCPK_HH
virtual ~EvtBToDDalitzCPK()
Destructor.
EvtBToDDalitzCPK()
Standard constructor.