ATLAS Offline Software
Loading...
Searching...
No Matches
SGObjGetterTool.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: SGObjGetterTool.h 486128 2012-03-02 08:54:20Z krasznaa $
14
15
16#ifndef D3PDMAKERCORECOMPS_SGOBJGETTERTOOL_H
17#define D3PDMAKERCORECOMPS_SGOBJGETTERTOOL_H
18
19
23#include "GaudiKernel/IClassIDSvc.h"
24#include "GaudiKernel/ServiceHandle.h"
25#include <string>
26
27
28namespace D3PD {
29
30
47 : public SGGetterImpl, public ObjGetterToolImpl
48{
49public:
56 SGObjGetterTool (const std::string& type,
57 const std::string& name,
58 const IInterface* parent);
59
60
62 virtual StatusCode initialize();
63};
64
65
66} // namespace D3PD
67
68
69#endif // not D3PDMAKERCORECOMPS_SGOBJGETTERTOOL_H
Non-template parts of ObjGetterTool.
Common object getter code for retrieving from StoreGate.
ObjGetterToolImpl(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
SGGetterImpl(const std::string &name, ServiceHandle< StoreGateSvc > &sg)
Constructor.
SGObjGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
virtual StatusCode initialize()
Standard Gaudi initialize method.
Block filler tool for noisy FEB information.