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
UserMassH1.cc
Go to the documentation of this file.
1
#include "TH1.h"
2
#include "TAxis.h"
3
#include "TH2.h"
4
#include "TFile.h"
5
#include "TApplication.h"
6
#include "TROOT.h"
7
8
#include "
EvtGenModels/EvtMassH1.hh
"
9
10
////////////////***** MassH1 class defined by user
11
const
char
*
EvtMassH1::setFileName
(){
12
const
char
* filename;
13
filename=
"massh1.root"
;
14
//specify the root histor. name
15
return
filename;
16
}
17
18
const
char
*
EvtMassH1::setHpoint
(){
19
const
char
* hpoint;
20
hpoint=
"xmass12"
;
//specify the histor. id
21
return
hpoint;
22
}
23
24
int
*
EvtMassH1::setDaugPair
(){
25
static
int
DP[2];
26
DP[0]=0;
// 0,1,2,... indexes for daughter particles
27
DP[1]=1;
28
return
DP;
29
}
30
EvtMassH1.hh
EvtMassH1::setDaugPair
int * setDaugPair()
Definition:
UserMassH1.cc:24
EvtMassH1::setFileName
const char * setFileName()
Definition:
UserMassH1.cc:11
EvtMassH1::setHpoint
const char * setHpoint()
Definition:
UserMassH1.cc:18
source
Generator
BesEvtGen
BesEvtGen-00-03-98
user
UserMassH1.cc
Generated by
1.9.6