ATLAS Offline Software
PhysicsAnalysis
D3PDMaker
D3PDMakerTest
src
IN4MHLVAssociationTool.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$
14
#include "
IN4MHLVAssociationTool.h
"
15
#include "
EventKernel/INavigable4Momentum.h
"
16
#include "CLHEP/Vector/LorentzVector.h"
17
18
19
namespace
D3PDTest
{
20
21
28
IN4MHLVAssociationTool::IN4MHLVAssociationTool
(
const
std::string&
type
,
29
const
std::string&
name
,
30
const
IInterface*
parent
)
31
:
Base
(
type
,
name
,
parent
)
32
{
33
}
34
35
42
const
CLHEP::HepLorentzVector*
43
IN4MHLVAssociationTool::get
(
const
INavigable4Momentum
&
p
)
44
{
45
m_p
=
p
.hlv();
46
return
&
m_p
;
47
}
48
49
50
}
// namespace D3PDTest
INavigable4Momentum.h
D3PD::SingleAssociationTool< INavigable4Momentum, CLHEP::HepLorentzVector >
D3PDTest::IN4MHLVAssociationTool::IN4MHLVAssociationTool
IN4MHLVAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
IN4MHLVAssociationTool.cxx:28
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
IN4MHLVAssociationTool.h
Test code: IN4M -> HLV.
D3PDTest::IN4MHLVAssociationTool::get
virtual const CLHEP::HepLorentzVector * get(const INavigable4Momentum &p)
Return the target object.
Definition:
IN4MHLVAssociationTool.cxx:43
INavigable4Momentum
Definition:
INavigable4Momentum.h:21
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
D3PDTest
Definition:
MapDumper.h:25
D3PDTest::IN4MHLVAssociationTool::m_p
CLHEP::HepLorentzVector m_p
Hold the allocated object.
Definition:
IN4MHLVAssociationTool.h:63
Generated on Thu Nov 7 2024 21:16:45 for ATLAS Offline Software by
1.8.18