CGEM BOSS
6.6.5.h
BESIII Offline Software System
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
};
33
34
35
CalibModel.h
ICalibTreeSvc.h
MdcAlignData.h
MdcCalibData.h
ICalibTreeSvc
Definition
ICalibTreeSvc.h:33
checkDedx
Simple algorithm to test functioning of "the other" TDS.
Definition
checkDedx.h:16
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_rootcint.cxx:16
6.6.5.h
Calibration
CalibSvc
CalibTreeCnv
CalibTreeCnv-00-01-12
src
test
checkDedx.h
Generated by
1.12.0