ATLAS Offline Software
Loading...
Searching...
No Matches
Obj4GetterTool.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 D3PDMAKERTEST_OBJ4GETTERTOOL_H
17#define D3PDMAKERTEST_OBJ4GETTERTOOL_H
18
19
20#include "D3PDMakerTest/Obj4.h"
22
23
24namespace D3PDTest {
25
26
28 : public D3PD::SGCollectionGetterTool<Obj4Container>
29{
30public:
37 Obj4GetterTool (const std::string& type,
38 const std::string& name,
39 const IInterface* parent);
40};
41
42
43} // namespace D3PDTest
44
45
46#endif // not D3PDMAKERTEST_OBJ4GETTERTOOL_H
Test class for D3PD maker.
Collection getter tool retrieving a container from StoreGate.
Obj4GetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Collection getter tool retrieving a container from StoreGate.