ATLAS Offline Software
Loading...
Searching...
No Matches
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$
14
15
16#ifndef EVENTCOMMOND3PDMAKER_INAV4MOMLINKCONTAINERGETTERTOOL_H
17#define EVENTCOMMOND3PDMAKER_INAV4MOMLINKCONTAINERGETTERTOOL_H
18
19
22
23
24namespace D3PD {
25
26
41 : public SGCollectionGetterTool<INav4MomLinkContainer>
42{
43public:
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
Collection getter tool retrieving a container from StoreGate.
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)
Block filler tool for noisy FEB information.