Page MenuHomeHEPForge

EvtSLBKPole.hh
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

EvtSLBKPole.hh

//--------------------------------------------------------------------------
//
// Environment:
// This software is part of the EvtGen package developed jointly
// for the BaBar and CLEO collaborations. If you use all or part
// of it, please give an appropriate acknowledgement.
//
// Copyright Information: See EvtGen/COPYRIGHT
// Copyright (C) 1998 Caltech, UCSB
//
// Module: EvtGen/EvtSLBKPole.hh
//
// Description:Semileptonic decays with pole form form factors,
// according to Becirevic and Kaidalov(BK)
//
// Modification history:
//
// liheng October 20, 2005 Module created
//
//------------------------------------------------------------------------
#ifndef EVTSLBKPOLE_HH//modified
#define EVTSLBKPOLE_HH//modified
#include "EvtGenBase/EvtDecayAmp.hh"
#include "EvtGenBase/EvtSemiLeptonicFF.hh"//modified
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
class Evtparticle;
class EvtSLBKPole:public EvtDecayAmp {
public:
EvtSLBKPole() {}//modified
virtual ~EvtSLBKPole();//modified
std::string getName();
EvtDecayBase* clone();
void decay(EvtParticle *p);
void initProbMax();
void init();
private:
EvtSemiLeptonicFF *SLBKPoleffmodel;//modified
EvtSemiLeptonicAmp *calcamp;
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 5:51 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6492367
Default Alt Text
EvtSLBKPole.hh (1 KB)

Event Timeline