ATLAS Offline Software
PerigeePairOldPerigeeAssociationTool.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$
16 
17 
18 namespace D3PD {
19 
20 
28  (const std::string& type,
29  const std::string& name,
30  const IInterface* parent)
31  : Base (type, name, parent)
32 {
33 }
34 
35 
42 const Trk::Perigee*
44 {
45  return p.oldtrack;
46 }
47 
48 
49 } // namespace D3PD
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
TrackParameters.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition: EMErrorDetail.h:25
D3PD::SingleAssociationTool< D3PD::PerigeePair, Trk::Perigee >
D3PD::PerigeePairOldPerigeeAssociationTool::PerigeePairOldPerigeeAssociationTool
PerigeePairOldPerigeeAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: PerigeePairOldPerigeeAssociationTool.cxx:28
PerigeePairOldPerigeeAssociationTool.h
Associate from a PerigeePair to the perigee for the original track.
D3PD::PerigeePairOldPerigeeAssociationTool::get
virtual const Trk::Perigee * get(const D3PD::PerigeePair &p) override
Return the target object.
Definition: PerigeePairOldPerigeeAssociationTool.cxx:43
D3PD
Block filler tool for noisy FEB information.
Definition: InnerDetector/InDetMonitoring/InDetGlobalMonitoring/macros/EnhancedPrimaryVertexMonitoring/TrigD3PD/ChainGroup.h:21
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::PerigeePair
Definition: PerigeePair.h:29