ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
EventCommonD3PDMaker
src
INav4MomLinkContainerGetterTool.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$
12
13
14
#include "
INav4MomLinkContainerGetterTool.h
"
15
#include "
AthenaKernel/errorcheck.h
"
16
17
18
namespace
D3PD
{
19
20
27
INav4MomLinkContainerGetterTool::INav4MomLinkContainerGetterTool
28
(
const
std::string&
type
,
29
const
std::string& name,
30
const
IInterface* parent)
31
:
D3PD
::
SGCollectionGetterTool
<
INav4MomLinkContainer
>
32
(
type
, name, parent)
33
{
34
}
35
36
40
StatusCode
INav4MomLinkContainerGetterTool::initialize
()
41
{
42
// Force the TypeName --- doesn't make sense to set it to anything else.
43
CHECK
(this->
setProperty
(
"TypeName"
,
"INav4MomLinkContainer"
));
44
CHECK
(
SGCollectionGetterTool<INav4MomLinkContainer>::initialize
());
45
return
StatusCode::SUCCESS;
46
}
47
48
49
}
// 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
INav4MomLinkContainerGetterTool.h
Getter tool to retrieve an INav4MomLinkContainer from SG.
setProperty
void setProperty(columnar::PythonToolHandle &self, const std::string &key, nb::object value)
Definition
NanobindBindings.cxx:75
D3PD::INav4MomLinkContainerGetterTool::INav4MomLinkContainerGetterTool
INav4MomLinkContainerGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
INav4MomLinkContainerGetterTool.cxx:28
D3PD::INav4MomLinkContainerGetterTool::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
Definition
INav4MomLinkContainerGetterTool.cxx:40
D3PD::SGCollectionGetterTool< INav4MomLinkContainer >::SGCollectionGetterTool
SGCollectionGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
D3PD::SGCollectionGetterTool::initialize
virtual StatusCode initialize()
Standard Gaudi initialize method.
INav4MomLinkContainer
INav4MomLinkContainer.h.
Definition
INav4MomLinkContainer.h:28
D3PD
Block filler tool for noisy FEB information.
Definition
CaloCellDetailsFillerTool.cxx:29
type
Generated on
for ATLAS Offline Software by
1.17.0