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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Mdc/MdcGeomSvc/MdcGeomSvc-00-01-37/test/Test.cxx
Go to the documentation of this file.
1
#include <iostream.h>
2
#include "
MdcGeomSvc/MdcGeomSvc.h
"
3
4
int
main
(){
5
const
std::string& name =
" "
;
6
ISvcLocator* svcloc = NULL ;
7
MdcGeomSvc
fGeom(name, svcloc);
8
fGeom.
initialize
();
9
cout <<
"dump"
<<endl;
10
fGeom.
Dump
();
11
cout<<
"Hi, event routine is running"
<<endl;
12
cout<<
"1st wire id:"
<<fGeom.
Wire
(0)->
Id
()<<endl;
13
cout<<
"2nd wire lyr id:"
<<fGeom.
Wire
(1)->
Lyr
()->
Id
()<<endl;
14
cout<<
"6860th wire lyr id:"
<<fGeom.
Wire
(6859)->
Lyr
()->
Id
()<<endl;
15
fGeom.
finalize
();
16
17
}
18
MdcGeomSvc.h
main
int main()
Definition:
Mdc/MdcGeomSvc/MdcGeomSvc-00-01-37/test/Test.cxx:4
MdcGeoLayer::Id
int Id(void) const
Definition:
MdcGeoLayer.h:155
MdcGeoWire::Lyr
MdcGeoLayer * Lyr(void) const
Definition:
MdcGeoWire.h:140
MdcGeoWire::Id
int Id(void) const
Definition:
MdcGeoWire.h:127
MdcGeomSvc
Definition:
MdcGeomSvc.h:26
MdcGeomSvc::Dump
void Dump()
Definition:
MdcGeomSvc.cxx:694
MdcGeomSvc::initialize
virtual StatusCode initialize()
Definition:
MdcGeomSvc.cxx:72
MdcGeomSvc::Wire
const MdcGeoWire *const Wire(unsigned id)
Definition:
MdcGeomSvc.cxx:768
MdcGeomSvc::finalize
virtual StatusCode finalize()
Definition:
MdcGeomSvc.cxx:106
source
Mdc
MdcGeomSvc
MdcGeomSvc-00-01-37
test
Test.cxx
Generated by
1.9.6