ATLAS Offline Software
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 $
14 #include "SGObjGetterTool.h"
15 #include "SGTools/DataProxy.h"
17 
18 
19 namespace D3PD {
20 
21 
29  const std::string& name,
30  const IInterface* parent)
31  : SGGetterImpl (name, evtStore()),
33 {
35 }
36 
37 
42 {
44  return AthAlgTool::initialize();
45 }
46 
47 
48 } // namespace D3PD
initialize
void initialize()
Definition: run_EoverP.cxx:894
D3PD::ObjGetterToolImpl
Non-template parts of ObjGetterTool.
Definition: ObjGetterToolImpl.h:41
D3PD
Block filler tool for noisy FEB information.
Definition: InnerDetector/InDetMonitoring/InDetGlobalMonitoring/macros/EnhancedPrimaryVertexMonitoring/TrigD3PD/ChainGroup.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SGObjGetterTool.h
Getter tool to retrieve single objects from StoreGate.
errorcheck.h
Helpers for checking error return status codes and reporting errors.
SGGETTERIMPL_PROPS
#define SGGETTERIMPL_PROPS
Use this macro in the constructor of the derived AlgTool class.
Definition: SGGetterImpl.h:90
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::SGObjGetterTool::SGObjGetterTool
SGObjGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: SGObjGetterTool.cxx:28
D3PD::SGGetterImpl::initializeImpl
StatusCode initializeImpl()
Initialize this mixin class.
Definition: SGGetterImpl.cxx:105
DataProxy.h
D3PD::SGGetterImpl
Common object getter code for retrieving from StoreGate.
Definition: SGGetterImpl.h:52
D3PD::SGObjGetterTool::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
Definition: SGObjGetterTool.cxx:41