ATLAS Offline Software
Obj1Obj2AssociationTool.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$
15 #include "D3PDMakerTest/Obj1.h"
16 
17 
18 namespace D3PDTest {
19 
20 
28  const std::string& name,
29  const IInterface* parent)
30  : Base (type, name, parent)
31 {
32 }
33 
34 
42 {
43  return &p.m_o2;
44 }
45 
46 
47 } // namespace D3PDTest
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
D3PDTest::Obj1
Test class for D3PD maker.
Definition: Obj1.h:38
D3PDTest::Obj1Obj2AssociationTool::get
virtual const Obj2 * get(const Obj1 &p)
Return the target object.
Definition: Obj1Obj2AssociationTool.cxx:41
D3PD::SingleAssociationTool< Obj1, Obj2 >
D3PDTest::Obj1Obj2AssociationTool::Obj1Obj2AssociationTool
Obj1Obj2AssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: Obj1Obj2AssociationTool.cxx:27
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
Obj1Obj2AssociationTool.h
Test code: associate from an Obj1 to a single Obj2.
Obj1.h
Test class for D3PD maker.
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PDTest
Definition: MapDumper.h:25
D3PDTest::Obj2
Test class for D3PD maker.
Definition: Obj2.h:28