BOSS
7.1.3
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.3
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
▼
Calibration
►
CalibData
▼
CalibSvc
►
CalibDataSvc
►
CalibMySQLCnv
►
CalibROOTCnv
▼
CalibTreeCnv
▼
CalibTreeCnv-00-03-03
►
CalibTreeCnv
▼
src
►
cnv
►
components
▼
test
checkDedx.cxx
►
checkDedx.h
checkEmc.cxx
►
checkEmc.h
checkEstTof.cxx
►
checkEstTof.h
checkMdc.cxx
►
checkMdc.h
checkTof.cxx
►
checkTof.h
CalibTreeCnvSvc.cxx
►
CalibXmlCnvSvc
►
calibUtil
►
facilities
►
rdbModel
►
xmlBase
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
checkDedx.h
Go to the documentation of this file.
1
//$Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibTreeCnv/src/test/checkDedx.h,v 1.3 2010/05/17 06:54:24 huangb Exp $
2
#include <stdio.h>
3
#include "GaudiKernel/Algorithm.h"
4
#include "GaudiKernel/AlgFactory.h"
5
#include "GaudiKernel/IDataProviderSvc.h"
6
#include "GaudiKernel/Service.h"
7
#include "GaudiKernel/MsgStream.h"
8
#include "GaudiKernel/SmartDataPtr.h"
9
#include "
CalibData/Mdc/MdcAlignData.h
"
10
#include "
CalibData/Mdc/MdcCalibData.h
"
11
#include "
CalibData/CalibModel.h
"
12
#include "GaudiKernel/DataSvc.h"
13
#include "
CalibDataSvc/ICalibTreeSvc.h
"
14
using namespace
std
;
15
/// Simple algorithm to test functioning of "the other" TDS
16
class
checkDedx
:
public
Algorithm {
17
18
public
:
19
checkDedx
(
const
std::string& name, ISvcLocator* pSvcLocator);
20
21
StatusCode
initialize
();
22
23
StatusCode
execute
();
24
25
StatusCode
finalize
();
26
27
private
:
28
IDataProviderSvc* m_pCalibDataSvc;
29
ICalibTreeSvc
* m_pTreeSvc;
30
// Maybe something to say which kind of data to look up?
31
32
};
16
class
checkDedx
:
public
Algorithm {
…
};
33
34
35
CalibModel.h
ICalibTreeSvc.h
MdcAlignData.h
MdcCalibData.h
ICalibTreeSvc
Definition
ICalibTreeSvc.h:34
checkDedx::execute
StatusCode execute()
Definition
checkDedx.cxx:97
checkDedx::checkDedx
checkDedx(const std::string &name, ISvcLocator *pSvcLocator)
Instantiation of a static factory to create instances of this algorithm.
Definition
checkDedx.cxx:49
checkDedx::finalize
StatusCode finalize()
Definition
checkDedx.cxx:153
checkDedx::initialize
StatusCode initialize()
Definition
checkDedx.cxx:58
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.3
Calibration
CalibSvc
CalibTreeCnv
CalibTreeCnv-00-03-03
src
test
checkDedx.h
Generated by
1.13.2