ATLAS Offline Software
Loading...
Searching...
No Matches
IParticleLinksCollectionGetterTool.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 IPARTICLELINKSCOLLECTIONGETTERTOOL_H
17#define IPARTICLELINKSCOLLECTIONGETTERTOOL_H
18
19
22#include <vector>
23
24
25namespace D3PD {
26
27
29 : public SGCollectionGetterTool<IParticleLinks>
30{
31public:
33
40 IParticleLinksCollectionGetterTool (const std::string& type,
41 const std::string& name,
42 const IInterface* parent);
43};
44
45
46} // namespace D3PD
47
48
49#endif // not IPARTICLELINKSCOLLECTIONGETTERTOOL_H
Collection getter tool retrieving a container from StoreGate.
IParticleLinksCollectionGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
SGCollectionGetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Block filler tool for noisy FEB information.