]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/EvtGen/EvtGenModels/EvtBToDDalitzCPK.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGen / EvtGenModels / EvtBToDDalitzCPK.hh
1 // $Id: EvtBToDDalitzCPK.hh,v 1.2 2009-03-16 16:37:55 robbep Exp $
2 #ifndef EVTGENMODELS_EVTBTODDALITZCPK_HH 
3 #define EVTGENMODELS_EVTBTODDALITZCPK_HH 1
4
5 // Include files
6 #include "EvtGenBase/EvtDecayAmp.hh"
7
8 /** @class EvtBToDDalitzCPK EvtBToDDalitzCPK.hh EvtGenModels/EvtBToDDalitzCPK.hh
9  *  Decay Model for B->DK, (adds the possibility to use D0->Ks pi pi to 
10  *  find gamma with a Dalitz analysis
11  *
12  *  @author Patrick Robbe
13  *  @date   2003-12-08
14  */
15
16 class EvtBToDDalitzCPK : public EvtDecayAmp {
17 public:
18   /// Standard constructor
19   EvtBToDDalitzCPK( ) { }
20
21   virtual ~EvtBToDDalitzCPK( ); ///< Destructor
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