BOSS
7.0.4
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
d
e
g
h
p
r
s
t
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EvtMassH2.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of models developed at BES collaboration
5
// based on the EvtGen framework. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/BesCopyright
9
// Copyright (A) 2006 Ping Rong-Gang @IHEP
10
//
11
// Module: EvtMassH1.hh
12
//
13
// Description: Routine to decay a particle using the invariant mass distribution of histogram
14
// dimension one.
15
//
16
//
17
// Modification history:
18
//
19
// Ping R.-G. Mar, 2007 Module created
20
//
21
//------------------------------------------------------------------------
22
#ifndef EVTMassH2_HH
23
#define EVTMassH2_HH
24
25
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
26
27
28
class
EvtParticle
;
29
30
class
EvtMassH2
:
public
EvtDecayIncoherent
{
31
32
public
:
33
34
EvtMassH2
() {}
35
virtual
~EvtMassH2
();
36
37
void
getName
(std::string& name);
38
39
EvtDecayBase
*
clone
();
40
41
void
initProbMax
();
42
43
void
init
();
44
45
void
decay
(
EvtParticle
*p);
46
47
const
char
*
setFileName
();
//Defined by user for specify the root file name
48
const
char
*
setHpoint
();
//Defined by user for specify the histor. id
49
50
int
*
setDaugPair
();
//Defined by user for specify the histo. point
51
52
};
53
54
#endif
55
EvtDecayIncoherent.hh
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtMassH2
Definition:
EvtMassH2.hh:30
EvtMassH2::~EvtMassH2
virtual ~EvtMassH2()
Definition:
EvtMassH2.cc:57
EvtMassH2::initProbMax
void initProbMax()
Definition:
EvtMassH2.cc:78
EvtMassH2::EvtMassH2
EvtMassH2()
Definition:
EvtMassH2.hh:34
EvtMassH2::clone
EvtDecayBase * clone()
Definition:
EvtMassH2.cc:65
EvtMassH2::init
void init()
Definition:
EvtMassH2.cc:72
EvtMassH2::setHpoint
const char * setHpoint()
Definition:
UserMassH2.cc:16
EvtMassH2::setDaugPair
int * setDaugPair()
Definition:
UserMassH2.cc:22
EvtMassH2::decay
void decay(EvtParticle *p)
Definition:
EvtMassH2.cc:84
EvtMassH2::getName
void getName(std::string &name)
Definition:
EvtMassH2.cc:59
EvtMassH2::setFileName
const char * setFileName()
Definition:
UserMassH2.cc:10
EvtParticle
Definition:
EvtParticle.hh:42
source
Generator
BesEvtGen
BesEvtGen-00-03-98
src
EvtGen
EvtGenModels
EvtMassH2.hh
Generated by
1.9.6