BOSS
7.0.7
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
23
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
24
#include "
EvtGenBase/EvtParticle.hh
"
25
26
class
EvtBtoXsllUtil
;
27
28
class
EvtBtoXsll
:
public
EvtDecayIncoherent
{
29
30
public
:
31
32
EvtBtoXsll
() {}
33
virtual
~EvtBtoXsll
();
34
35
void
getName
(std::string& name);
36
37
EvtDecayBase
*
clone
();
38
39
void
initProbMax
();
40
41
void
init
();
42
43
void
decay
(
EvtParticle
*p);
44
45
private
:
46
47
EvtBtoXsllUtil
*_calcprob;
48
double
_dGdsProbMax;
49
double
_dGdsdupProbMax;
50
double
_mb;
51
double
_ms;
52
double
_mq;
53
double
_pf;
54
double
_mxmin;
55
};
56
57
#endif
58
EvtDecayIncoherent.hh
EvtParticle.hh
EvtBtoXsllUtil
Definition:
EvtBtoXsllUtil.hh:30
EvtBtoXsll
Definition:
EvtBtoXsll.hh:28
EvtBtoXsll::clone
EvtDecayBase * clone()
Definition:
EvtBtoXsll.cc:45
EvtBtoXsll::decay
void decay(EvtParticle *p)
Definition:
EvtBtoXsll.cc:196
EvtBtoXsll::initProbMax
void initProbMax()
Definition:
EvtBtoXsll.cc:190
EvtBtoXsll::init
void init()
Definition:
EvtBtoXsll.cc:52
EvtBtoXsll::~EvtBtoXsll
virtual ~EvtBtoXsll()
Definition:
EvtBtoXsll.cc:37
EvtBtoXsll::EvtBtoXsll
EvtBtoXsll()
Definition:
EvtBtoXsll.hh:32
EvtBtoXsll::getName
void getName(std::string &name)
Definition:
EvtBtoXsll.cc:39
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
source
Generator
BesEvtGen
BesEvtGen-00-04-08
src
EvtGen
EvtGenModels
EvtBtoXsll.hh
Generated by
1.9.6