ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
ForceLoadCondObj.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FORCELOADCONDOBJ_H
6
#define FORCELOADCONDOBJ_H
7
8
// ForceLoadCondObj.h
9
10
#include "
AthenaBaseComps/AthAlgorithm.h
"
11
#include "GaudiKernel/ServiceHandle.h"
12
#include "GaudiKernel/ToolHandle.h"
13
#include <vector>
14
#include <string>
15
16
class
StoreGateSvc
;
17
class
IClassIDSvc;
18
19
class
ForceLoadCondObj
:
public
AthAlgorithm
20
{
21
public
:
22
ForceLoadCondObj
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
23
~ForceLoadCondObj
();
24
25
StatusCode
initialize
();
26
StatusCode
execute
();
27
StatusCode
finalize
();
28
//StatusCode stop();
29
30
private
:
31
ServiceHandle<IClassIDSvc>
p_clidsvc
;
32
33
std::vector<std::string>
m_objectList
;
34
};
35
36
#endif // REGISTRATIONSVC_OUTPUTCONDALG_H
ForceLoadCondObj::finalize
StatusCode finalize()
Definition:
ForceLoadCondObj.cxx:30
ForceLoadCondObj
Definition:
ForceLoadCondObj.h:20
ForceLoadCondObj::execute
StatusCode execute()
Definition:
ForceLoadCondObj.cxx:35
AthAlgorithm.h
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ForceLoadCondObj::ForceLoadCondObj
ForceLoadCondObj(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
ForceLoadCondObj.cxx:13
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
ForceLoadCondObj::~ForceLoadCondObj
~ForceLoadCondObj()
ForceLoadCondObj::initialize
StatusCode initialize()
Definition:
ForceLoadCondObj.cxx:24
ForceLoadCondObj::p_clidsvc
ServiceHandle< IClassIDSvc > p_clidsvc
Definition:
ForceLoadCondObj.h:31
ForceLoadCondObj::m_objectList
std::vector< std::string > m_objectList
Definition:
ForceLoadCondObj.h:33
ServiceHandle< IClassIDSvc >
Generated on Sun Dec 22 2024 21:10:33 for ATLAS Offline Software by
1.8.18