ATLAS Offline Software
INav4MomLinkContainerGetterTool.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$
16 #ifndef EVENTCOMMOND3PDMAKER_INAV4MOMLINKCONTAINERGETTERTOOL_H
17 #define EVENTCOMMOND3PDMAKER_INAV4MOMLINKCONTAINERGETTERTOOL_H
18 
19 
22 
23 
24 namespace D3PD {
25 
26 
41  : public SGCollectionGetterTool<INav4MomLinkContainer>
42 {
43 public:
50  INav4MomLinkContainerGetterTool (const std::string& type,
51  const std::string& name,
52  const IInterface* parent);
53 
54 
56  virtual StatusCode initialize();
57 };
58 
59 
60 } // namespace D3PD
61 
62 
63 #endif // not EVENTCOMMOND3PDMAKER_INAV4MOMLINKCONTAINERGETTERTOOL_H
64 
D3PD::SGCollectionGetterTool
Collection getter tool retrieving a container from StoreGate.
Definition: SGCollectionGetterTool.h:41
D3PD::INav4MomLinkContainerGetterTool
Getter tool to retrieve an INav4MomLinkContainer from SG.
Definition: INav4MomLinkContainerGetterTool.h:42
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
D3PD::INav4MomLinkContainerGetterTool::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
Definition: INav4MomLinkContainerGetterTool.cxx:40
SGCollectionGetterTool.h
Collection getter tool retrieving a container from StoreGate.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::INav4MomLinkContainerGetterTool::INav4MomLinkContainerGetterTool
INav4MomLinkContainerGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: INav4MomLinkContainerGetterTool.cxx:28