CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
UseMuc.h
Go to the documentation of this file.
1//$Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibROOTCnv/src/test/UseMuc.h,v 1.1 2008/04/08 08:34:13 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"
11#include "GaudiKernel/DataSvc.h"
13#include "GaudiKernel/MsgStream.h"
17//#include "CalibROOTCnv/MucIdTransform.h"
18//#include "MucCalibAlg/MucIdTransform.h"
19
20
21//using namespace std;
22/// Simple algorithm to test functioning of "the other" TDS
23class UseMuc : public Algorithm {
24
25public:
26 UseMuc(const std::string& name, ISvcLocator* pSvcLocator);
27
28 StatusCode initialize();
29
30 StatusCode execute();
31
32 StatusCode finalize();
33
34private:
35
36 IDataProviderSvc* m_pCalibDataSvc;
37 ICalibRootSvc* m_pRootSvc;
38 // MucIdTransform* m_pIdTr;
39 // Maybe something to say which kind of data to look up?
40
41};
42
43
44
Simple algorithm to test functioning of "the other" TDS.
Definition: UseMuc.h:23
StatusCode finalize()
Definition: UseMuc.cxx:180
StatusCode execute()
Definition: UseMuc.cxx:99
StatusCode initialize()
Definition: UseMuc.cxx:58