BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSLBKPole.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of the EvtGen package developed jointly
5// for the BaBar and CLEO collaborations. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/COPYRIGHT
9// Copyright (C) 1998 Caltech, UCSB
10//
11// Module: EvtGen/EvtSLBKPole.hh
12//
13// Description:Semileptonic decays with pole form form factors,
14// according to Becirevic and Kaidalov(BK)
15//
16// Modification history:
17//
18// liheng October 20, 2005 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTSLBKPOLE_HH // modified
23#define EVTSLBKPOLE_HH // modified
24
27#include "../EvtGenBase/EvtSemiLeptonicFF.hh" //modified
28
29class Evtparticle;
30
31class EvtSLBKPole : public EvtDecayAmp {
32
33public:
34 EvtSLBKPole() {} // modified
35 virtual ~EvtSLBKPole(); // modified
36
37 void getName( std::string& model_name );
39
40 void decay( EvtParticle* p );
41 void initProbMax();
42 void init();
43
44private:
45 EvtSemiLeptonicFF* SLBKPoleffmodel; // modified
46 EvtSemiLeptonicAmp* calcamp;
47};
48
49#endif
void decay(EvtParticle *p)
virtual ~EvtSLBKPole()
void initProbMax()
void getName(std::string &model_name)
EvtDecayBase * clone()