BOSS
7.0.1
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
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
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
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
InstallArea/include/MucCalibAlg/MucCalibAlg/MucCalibAlg.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------|
2
// [File ]: MucCalibAlg.h |
3
// [Brief ]: Head file of MUC calibration algrithom |
4
// [Author]: Xie Yuguang, <ygxie@mail.ihep.ac.cn> |
5
// [Date ]: Mar 28, 2006 |
6
// [Log ]: See ChangLog |
7
//------------------------------------------------------------------------------|
8
9
#ifndef MUC_CALIB_ALG_H
10
#define MUC_CALIB_ALG_H
11
12
#include<iostream>
13
14
#include "GaudiKernel/Algorithm.h"
15
16
#include "MucCalibAlg/MucCalibMgr.h"
17
18
using namespace
std
;
19
20
class
MucCalibAlg
:
public
Algorithm
21
{
22
public
:
23
MucCalibAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
24
25
StatusCode
initialize
();
26
StatusCode
execute
();
27
StatusCode
finalize
();
28
29
private
:
30
31
std::vector<double> m_vJobInfo;
// Job information vector
32
std::vector<int> m_vConfigInfo;
// Config information vector
33
34
std::string m_sOutputFile;
// Possable specified output file of ROOT or ASCII format by users
35
36
MucCalibMgr
* m_pMucCalibMgr;
// Pointer of calibration manager
37
38
};
39
40
#endif
41
MucCalibAlg
Definition:
InstallArea/include/MucCalibAlg/MucCalibAlg/MucCalibAlg.h:21
MucCalibAlg::execute
StatusCode execute()
Definition:
MucCalibAlg.cxx:56
MucCalibAlg::finalize
StatusCode finalize()
Definition:
MucCalibAlg.cxx:70
MucCalibAlg::initialize
StatusCode initialize()
Definition:
MucCalibAlg.cxx:34
MucCalibMgr
Definition:
InstallArea/include/MucCalibAlg/MucCalibAlg/MucCalibMgr.h:42
std
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/RootEventData_rootcint.cxx:16
source
InstallArea
include
MucCalibAlg
MucCalibAlg
MucCalibAlg.h
Generated by
1.9.6