BOSS
7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/DetVerSvc/DetVerSvc/DetVerSvc.h
Go to the documentation of this file.
1
#ifndef DET_VER_SVC_H
2
#define DET_VER_SVC_H
3
4
#include "GaudiKernel/Service.h"
5
#include "DetVerSvc/IDetVerSvc.h"
6
7
class
DetVerSvc
:
public
Service,
virtual
public
IDetVerSvc
8
{
9
public :
10
11
DetVerSvc
(
const
std::string& name, ISvcLocator* svcloc);
12
virtual
~DetVerSvc
();
13
14
virtual
StatusCode
queryInterface
(
const
InterfaceID& riid,
void
** ppvUnknown);
15
virtual
StatusCode
initialize
( );
16
virtual
StatusCode
finalize
( );
17
18
int
phase
();
19
20
private
:
21
22
int
fromRun(
unsigned
int
run);
23
24
int
m_phase;
25
std::string m_conf;
26
};
27
28
#endif
private
#define private
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/RootEventData_rootcint.cxx:11
DetVerSvc
Definition:
InstallArea/include/DetVerSvc/DetVerSvc/DetVerSvc.h:8
DetVerSvc::~DetVerSvc
virtual ~DetVerSvc()
Definition:
DetVerSvc.cxx:19
DetVerSvc::finalize
virtual StatusCode finalize()
Definition:
DetVerSvc.cxx:49
DetVerSvc::queryInterface
virtual StatusCode queryInterface(const InterfaceID &riid, void **ppvUnknown)
Definition:
DetVerSvc.cxx:23
DetVerSvc::phase
int phase()
Definition:
DetVerSvc.cxx:56
DetVerSvc::initialize
virtual StatusCode initialize()
Definition:
DetVerSvc.cxx:33
IDetVerSvc
Definition:
InstallArea/include/DetVerSvc/DetVerSvc/IDetVerSvc.h:10
source
InstallArea
include
DetVerSvc
DetVerSvc
DetVerSvc.h
Generated by
1.9.6