BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCurAlg.h
Go to the documentation of this file.
1//$Header: /bes/bes/BossCvs/Mdc/DedxCurSvc/src/DedxCurAlg.h,v 1.1.1.1 2010/02/26 01:33:57 xcao
2// Exp $
3#include "GaudiKernel/Algorithm.h"
4#include "GaudiKernel/DataSvc.h"
5#include "GaudiKernel/IDataProviderSvc.h"
6#include "GaudiKernel/Service.h"
7#include "GaudiKernel/SmartDataPtr.h"
8#include <stdio.h>
9using namespace std;
10/// Simple algorithm to test functioning of "the other" TDS
11class DedxCurAlg : public Algorithm {
12
13public:
14 DedxCurAlg( const std::string& name, ISvcLocator* pSvcLocator );
15
16 StatusCode initialize();
17
18 StatusCode execute();
19
20 StatusCode finalize();
21
22private:
23 IDataProviderSvc* m_pCalibDataSvc;
24 // Maybe something to say which kind of data to look up?
25};
DedxCurAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition DedxCurAlg.cxx:9
StatusCode finalize()
StatusCode initialize()
StatusCode execute()