BOSS
7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
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, <
[email protected]
> |
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
MucGeoMgr.h
MucGeoCreateAlg
Definition:
MucGeoCreateAlg.h:19
MucGeoCreateAlg::initialize
StatusCode initialize()
Definition:
MucGeoCreateAlg.cxx:30
MucGeoCreateAlg::execute
StatusCode execute()
Definition:
MucGeoCreateAlg.cxx:46
MucGeoCreateAlg::~MucGeoCreateAlg
~MucGeoCreateAlg()
Definition:
MucGeoCreateAlg.h:22
MucGeoCreateAlg::finalize
StatusCode finalize()
Definition:
MucGeoCreateAlg.cxx:54
MucGeoMgr
Definition:
MucGeoMgr.h:47
source
Muc
MucGeoCreateAlg
MucGeoCreateAlg-00-01-00
MucGeoCreateAlg
MucGeoCreateAlg.h
Generated by
1.9.6