BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
UseEsTime.h
Go to the documentation of this file.
1//$Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibROOTCnv/src/test/UseEsTime.h,v 1.1 2008/12/08 08:56:45 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"
16//using namespace std;
17/// Simple algorithm to test functioning of "the other" TDS
18class UseEsTime : public Algorithm {
19
20public:
21 UseEsTime(const std::string& name, ISvcLocator* pSvcLocator);
22
23 StatusCode initialize();
24
25 StatusCode execute();
26
27 StatusCode finalize();
28
29private:
30 IDataProviderSvc* m_pCalibDataSvc;
31 ICalibRootSvc* m_pRootSvc;
32 // Maybe something to say which kind of data to look up?
33
34};
35
36
Simple algorithm to test functioning of "the other" TDS.
Definition: UseEsTime.h:18
UseEsTime(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()
StatusCode execute()
StatusCode finalize()