BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtBtoXsll.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//
9// Module: EvtGen/EvtBtoXsll.hh
10//
11// Description:
12// Class to generate inclusive non-resonant B -> Xs l+ l- decays.
13//
14// Modification history:
15//
16// Stephane Willocq Jan 17, 2001 Module created
17//
18//------------------------------------------------------------------------
19
20#ifndef EVTBTOXSLL_HH
21#define EVTBTOXSLL_HH
22
25
26class EvtBtoXsllUtil;
27
29
30public:
32 virtual ~EvtBtoXsll();
33
34 void getName( std::string& name );
35
37
38 void initProbMax();
39
40 void init();
41
42 void decay( EvtParticle* p );
43
44private:
45 EvtBtoXsllUtil* _calcprob;
46 double _dGdsProbMax;
47 double _dGdsdupProbMax;
48 double _mb;
49 double _ms;
50 double _mq;
51 double _pf;
52 double _mxmin;
53};
54
55#endif
EvtDecayBase * clone()
Definition EvtBtoXsll.cc:41
void decay(EvtParticle *p)
void initProbMax()
void init()
Definition EvtBtoXsll.cc:43
virtual ~EvtBtoXsll()
Definition EvtBtoXsll.cc:37
void getName(std::string &name)
Definition EvtBtoXsll.cc:39