BOSS
7.0.4
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
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
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
Mdc/MdcCalibAlg/MdcCalibAlg-00-09-02/MdcCalibAlg/MdcCalConstMgr.h
Go to the documentation of this file.
1
#ifndef MDCCALCONSTMGR_H
2
#define MDCCALCONSTMGR_H
3
4
#include "MdcCalibAlg/MdcCalParams.h"
5
#include "MdcCalibAlg/MdcCalibConst.h"
6
7
#include "MdcCalibFunSvc/IMdcCalibFunSvc.h"
8
#include "MdcCalibFunSvc/MdcCalibFunSvc.h"
9
10
class
MdcCalConstMgr
{
11
public
:
12
MdcCalConstMgr
();
13
~MdcCalConstMgr
();
14
void
init
(
IMdcGeomSvc
* mdcGeomSvc,
IMdcCalibFunSvc
* mdcFunSvc);
15
16
/* read and write calibration data from TCDS */
17
void
rdConstTcds
(
MdcCalibConst
* calconst);
18
void
wrtConstTcds
(
MdcCalibConst
* calconst);
19
20
/* read and write calibration data directly in run directory */
21
void
rdConst
(
MdcCalibConst
* calconst);
22
void
wrtConst
(
MdcCalibConst
* calconst);
23
24
private
:
25
IMdcCalibFunSvc
* m_mdcFunSvc;
26
IMdcGeomSvc
* m_mdcGeomSvc;
27
};
28
29
#endif
/* MDCCALCONSTMGR_H */
IMdcCalibFunSvc
Definition:
InstallArea/include/MdcCalibFunSvc/MdcCalibFunSvc/IMdcCalibFunSvc.h:17
IMdcGeomSvc
Definition:
InstallArea/include/MdcGeomSvc/MdcGeomSvc/IMdcGeomSvc.h:15
MdcCalConstMgr
Definition:
InstallArea/include/MdcCalibAlg/MdcCalibAlg/MdcCalConstMgr.h:10
MdcCalConstMgr::wrtConst
void wrtConst(MdcCalibConst *calconst)
MdcCalConstMgr::init
void init(IMdcGeomSvc *mdcGeomSvc, IMdcCalibFunSvc *mdcFunSvc)
MdcCalConstMgr::rdConstTcds
void rdConstTcds(MdcCalibConst *calconst)
MdcCalConstMgr::rdConst
void rdConst(MdcCalibConst *calconst)
MdcCalConstMgr::MdcCalConstMgr
MdcCalConstMgr()
MdcCalConstMgr::wrtConstTcds
void wrtConstTcds(MdcCalibConst *calconst)
MdcCalConstMgr::~MdcCalConstMgr
~MdcCalConstMgr()
MdcCalibConst
Definition:
InstallArea/include/MdcCalibAlg/MdcCalibAlg/MdcCalibConst.h:7
source
Mdc
MdcCalibAlg
MdcCalibAlg-00-09-02
MdcCalibAlg
MdcCalConstMgr.h
Generated by
1.9.6