ATLAS Offline Software
Loading...
Searching...
No Matches
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
16class StoreGateSvc;
17class IClassIDSvc;
18
20{
21public:
22 ForceLoadCondObj(const std::string& name, ISvcLocator* pSvcLocator);
24
25 StatusCode initialize();
26 StatusCode execute();
27 StatusCode finalize();
28 //StatusCode stop();
29
30private:
32
33 std::vector<std::string> m_objectList;
34};
35
36#endif // REGISTRATIONSVC_OUTPUTCONDALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode initialize()
ForceLoadCondObj(const std::string &name, ISvcLocator *pSvcLocator)
ServiceHandle< IClassIDSvc > p_clidsvc
std::vector< std::string > m_objectList
The Athena Transient Store API.