ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
17
18namespace D3PD {
19
20
28 (const std::string& type,
29 const std::string& name,
30 const IInterface* parent)
32 (type, name, parent)
33{
34}
35
36
41{
42 // Force the TypeName --- doesn't make sense to set it to anything else.
43 CHECK (this->setProperty ("TypeName", "INav4MomLinkContainer"));
45 return StatusCode::SUCCESS;
46}
47
48
49} // namespace D3PD
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
Getter tool to retrieve an INav4MomLinkContainer from SG.
void setProperty(columnar::PythonToolHandle &self, const std::string &key, nb::object value)
INav4MomLinkContainerGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
virtual StatusCode initialize()
Standard Gaudi initialize method.
SGCollectionGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize()
Standard Gaudi initialize method.
Block filler tool for noisy FEB information.