]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenModels/EvtBToDDalitzCPK.hh
ATO-78 - Technical changes to compare different calibrations
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtBToDDalitzCPK.hh
CommitLineData
0ca57c2f 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
16class EvtBToDDalitzCPK : public EvtDecayAmp {
17public:
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
31protected:
32
33private:
34 int _flag ;
35
36};
37#endif // EVTGENMODELS_EVTBTODDALITZCPK_HH