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>
9
using namespace
std
;
10
/// Simple algorithm to test functioning of "the other" TDS
11
class
DedxCurAlg
:
public
Algorithm {
12
13
public
:
14
DedxCurAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
15
16
StatusCode
initialize
();
17
18
StatusCode
execute
();
19
20
StatusCode
finalize
();
21
22
private
:
23
IDataProviderSvc* m_pCalibDataSvc;
24
// Maybe something to say which kind of data to look up?
25
};
DedxCurAlg::DedxCurAlg
DedxCurAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
DedxCurAlg.cxx:9
DedxCurAlg::finalize
StatusCode finalize()
Definition
DedxCurAlg.cxx:40
DedxCurAlg::initialize
StatusCode initialize()
Definition
DedxCurAlg.cxx:14
DedxCurAlg::execute
StatusCode execute()
Definition
DedxCurAlg.cxx:25
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
8.0.0
BOSS_Source
Mdc
DedxCurSvc
src
DedxCurAlg.h
Generated by
1.16.1