BOSS
7.1.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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
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
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
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
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
};
20
class
MucCalibAlg
:
public
Algorithm {
…
};
39
40
#endif
41
MucCalibMgr.h
MucCalibAlg
Definition
MucCalibAlg.h:21
MucCalibAlg::MucCalibAlg
MucCalibAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
MucCalibAlg.cxx: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
MucCalibMgr.h:42
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.1
Muc
MucCalibAlg
MucCalibAlg-00-03-00
MucCalibAlg
MucCalibAlg.h
Generated by
1.12.0