ATLAS Offline Software
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 
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
13 #include <vector>
14 #include <string>
15 
16 class StoreGateSvc;
17 class IClassIDSvc;
18 
20 {
21 public:
22  ForceLoadCondObj(const std::string& name, ISvcLocator* pSvcLocator);
24 
28  //StatusCode stop();
29 
30 private:
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:128
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:195
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 >