CGEM BOSS
6.6.5.f
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
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
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
Muc/MucGeoCreateAlg/MucGeoCreateAlg-00-01-00/MucGeoCreateAlg/MucGeoCreateAlg.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------|
2
// [File ]: MucGeoCreateAlg.h |
3
// [Brief ]: Header file of MUC geometry creating algorithem class |
4
// [Author]: Xie Yuguang, <ygxie@mail.ihep.ac.cn> |
5
// [Date ]: Mar 28, 2006 |
6
//------------------------------------------------------------------------------|
7
8
#ifndef MUC_GEO_CREATE_ALG_H
9
#define MUC_GEO_CREATE_ALG_H
10
11
#include <iostream>
12
#include <string>
13
14
#include "GaudiKernel/Algorithm.h"
15
16
#include "MucGeoCreateAlg/MucGeoMgr.h"
17
18
class
MucGeoCreateAlg
:
public
Algorithm
19
{
20
public
:
21
MucGeoCreateAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
22
~MucGeoCreateAlg
(){};
23
24
StatusCode
initialize
();
25
StatusCode
execute
();
26
StatusCode
finalize
();
27
28
private
:
29
30
bool
m_bAlignFlag;
31
std::string m_sCreateFlag;
32
std::string m_sAlignFile;
33
34
MucGeoMgr
*m_pMucGeoMgr;
35
};
36
37
#endif
MucGeoCreateAlg
Definition:
InstallArea/include/MucGeoCreateAlg/MucGeoCreateAlg/MucGeoCreateAlg.h:19
MucGeoCreateAlg::initialize
StatusCode initialize()
MucGeoCreateAlg::execute
StatusCode execute()
MucGeoCreateAlg::~MucGeoCreateAlg
~MucGeoCreateAlg()
Definition:
Muc/MucGeoCreateAlg/MucGeoCreateAlg-00-01-00/MucGeoCreateAlg/MucGeoCreateAlg.h:22
MucGeoCreateAlg::MucGeoCreateAlg
MucGeoCreateAlg(const std::string &name, ISvcLocator *pSvcLocator)
MucGeoCreateAlg::finalize
StatusCode finalize()
MucGeoMgr
Definition:
InstallArea/include/MucGeoCreateAlg/MucGeoCreateAlg/MucGeoMgr.h:47
source
Muc
MucGeoCreateAlg
MucGeoCreateAlg-00-01-00
MucGeoCreateAlg
MucGeoCreateAlg.h
Generated by
1.9.6