ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerCoreComps
src
SGObjGetterTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: SGObjGetterTool.cxx 486128 2012-03-02 08:54:20Z krasznaa $
12
13
14
#include "
SGObjGetterTool.h
"
15
#include "
SGTools/DataProxy.h
"
16
#include "
AthenaKernel/errorcheck.h
"
17
18
19
namespace
D3PD
{
20
21
28
SGObjGetterTool::SGObjGetterTool
(
const
std::string&
type
,
29
const
std::string& name,
30
const
IInterface* parent)
31
:
SGGetterImpl
(name, evtStore()),
32
ObjGetterToolImpl
(
type
, name, parent)
33
{
34
SGGETTERIMPL_PROPS
;
35
}
36
37
41
StatusCode
SGObjGetterTool::initialize
()
42
{
43
CHECK
(
SGGetterImpl::initializeImpl
() );
44
return
AthAlgTool::initialize();
45
}
46
47
48
}
// namespace D3PD
errorcheck.h
Helpers for checking error return status codes and reporting errors.
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition
Control/AthenaKernel/AthenaKernel/errorcheck.h:422
DataProxy.h
SGGETTERIMPL_PROPS
#define SGGETTERIMPL_PROPS
Use this macro in the constructor of the derived AlgTool class.
Definition
SGGetterImpl.h:90
SGObjGetterTool.h
Getter tool to retrieve single objects from StoreGate.
D3PD::ObjGetterToolImpl::ObjGetterToolImpl
ObjGetterToolImpl(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
ObjGetterToolImpl.cxx:28
D3PD::SGGetterImpl::SGGetterImpl
SGGetterImpl(const std::string &name, ServiceHandle< StoreGateSvc > &sg)
Constructor.
Definition
SGGetterImpl.cxx:26
D3PD::SGGetterImpl::initializeImpl
StatusCode initializeImpl()
Initialize this mixin class.
Definition
SGGetterImpl.cxx:105
D3PD::SGObjGetterTool::SGObjGetterTool
SGObjGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
SGObjGetterTool.cxx:28
D3PD::SGObjGetterTool::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
Definition
SGObjGetterTool.cxx:41
D3PD
Block filler tool for noisy FEB information.
Definition
CaloCellDetailsFillerTool.cxx:29
type
Generated on
for ATLAS Offline Software by
1.17.0