Page MenuHomeHEPForge

EvtBToDDalitzCPK.hh
No OneTemporary

Size
848 B
Referenced Files
None
Subscribers
None

EvtBToDDalitzCPK.hh

// $Id: EvtBToDDalitzCPK.hh,v 1.2 2009-03-16 16:37:55 robbep Exp $
#ifndef EVTGENMODELS_EVTBTODDALITZCPK_HH
#define EVTGENMODELS_EVTBTODDALITZCPK_HH 1
// Include files
#include "EvtGenBase/EvtDecayAmp.hh"
/** @class EvtBToDDalitzCPK EvtBToDDalitzCPK.hh EvtGenModels/EvtBToDDalitzCPK.hh
* Decay Model for B->DK, (adds the possibility to use D0->Ks pi pi to
* find gamma with a Dalitz analysis
*
* @author Patrick Robbe
* @date 2003-12-08
*/
class EvtBToDDalitzCPK : public EvtDecayAmp {
public:
/// Standard constructor
EvtBToDDalitzCPK( ) { }
virtual ~EvtBToDDalitzCPK( ); ///< Destructor
virtual std::string getName ( ) ;
EvtDecayBase * clone ( ) ;
void decay ( EvtParticle * p ) ;
void init ( ) ;
void initProbMax ( ) ;
protected:
private:
int _flag ;
};
#endif // EVTGENMODELS_EVTBTODDALITZCPK_HH

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:11 AM (1 d, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6454819
Default Alt Text
EvtBToDDalitzCPK.hh (848 B)

Event Timeline