BOSS
7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
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
extends<Service, 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
int
fromRun
(
unsigned
int
run);
20
21
private
:
22
23
int
m_phase;
24
std::string m_conf;
25
};
26
27
#endif
IDetVerSvc.h
private
#define private
Definition
McEventDict_dict.cpp:6
DetVerSvc
Definition
DetVerSvc.h:8
DetVerSvc::~DetVerSvc
virtual ~DetVerSvc()
Definition
DetVerSvc.cxx:21
DetVerSvc::finalize
virtual StatusCode finalize()
Definition
DetVerSvc.cxx:53
DetVerSvc::fromRun
int fromRun(unsigned int run)
Definition
DetVerSvc.cxx:88
DetVerSvc::phase
int phase()
Definition
DetVerSvc.cxx:60
DetVerSvc::DetVerSvc
DetVerSvc(const std::string &name, ISvcLocator *svcloc)
Definition
DetVerSvc.cxx:14
DetVerSvc::initialize
virtual StatusCode initialize()
Definition
DetVerSvc.cxx:37
7.1.2
Utilities
DetVerSvc
DetVerSvc-00-01-03
DetVerSvc
DetVerSvc.h
Generated by
1.12.0