ATLAS Offline Software
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$
16 #ifndef D3PDMAKERTEST_OBJ4GETTERTOOL_H
17 #define D3PDMAKERTEST_OBJ4GETTERTOOL_H
18 
19 
20 #include "D3PDMakerTest/Obj4.h"
22 
23 
24 namespace D3PDTest {
25 
26 
28  : public D3PD::SGCollectionGetterTool<Obj4Container>
29 {
30 public:
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
D3PDTest::Obj4GetterTool
Definition: Obj4GetterTool.h:29
D3PD::SGCollectionGetterTool
Collection getter tool retrieving a container from StoreGate.
Definition: SGCollectionGetterTool.h:41
Obj4.h
Test class for D3PD maker.
D3PDTest::Obj4GetterTool::Obj4GetterTool
Obj4GetterTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: Obj4GetterTool.cxx:26
test_pyathena.parent
parent
Definition: test_pyathena.py:15
SGCollectionGetterTool.h
Collection getter tool retrieving a container from StoreGate.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PDTest
Definition: MapDumper.h:25