BOSS
7.0.6
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Mdc/MdcTables/MdcTables-00-00-11/test/Test.cxx
Go to the documentation of this file.
1
#include <iostream>
2
3
#include "
MdcTables/MdcTables.h
"
4
#include "
MdcTables/TrkTables.h
"
5
#include "
MdcTables/HepevtTables.h
"
6
#include "
MdcTables/MdstTables.h
"
7
8
int
main
(){
9
MdcRec_wirhit
fRecWirHit;
10
cout <<
"MdcRec_wirhit:"
<<endl;
11
fRecWirHit.
id
=2;
12
fRecWirHit.
ddl
=1.2;
13
cout<<
"id:"
<<fRecWirHit.
id
<<endl;
14
cout<<
"ddl:"
<<fRecWirHit.
ddl
<<endl;
15
cout<<
"ddr:"
<<fRecWirHit.
ddr
<<endl;
16
17
MdcTrk
fMdcTrk;
18
cout <<
"MdcTrk:"
<<endl;
19
// fMdcTrk.last[0]=5;
20
// cout<<"id:"<<fMdcTrk.id<<endl;
21
// cout<<"last[0]:"<<fMdcTrk.last[0]<<endl;
22
cout<<
"last[1]:"
<<fMdcTrk.
last
[1]<<endl;
23
24
return
1;
25
}
26
HepevtTables.h
MdcTables.h
main
int main()
Definition:
Mdc/MdcTables/MdcTables-00-00-11/test/Test.cxx:8
MdstTables.h
TrkTables.h
MdcRec_wirhit
Definition:
MdcTables.h:285
MdcRec_wirhit::ddl
float ddl
Definition:
MdcTables.h:328
MdcRec_wirhit::id
int id
Definition:
MdcTables.h:327
MdcRec_wirhit::ddr
float ddr
Definition:
MdcTables.h:329
MdcTrk
Definition:
TrkTables.h:21
MdcTrk::last
MdcTrk_locall * last[5]
Definition:
TrkTables.h:63
source
Mdc
MdcTables
MdcTables-00-00-11
test
Test.cxx
Generated by
1.9.6