ATLAS Offline Software
Reconstruction
Jet
JetEDM
Root
IndexedConstituentUserInfo.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
// IndexedConstituentUserInfo.cxx
6
7
#include "
JetEDM/IndexedConstituentUserInfo.h
"
8
#include "
JetEDM/LabelIndex.h
"
9
10
using
jet::IndexedConstituentUserInfo
;
11
using
Label
=
IndexedConstituentUserInfo::Label
;
12
using
Index
=
IndexedConstituentUserInfo::Index
;
13
using
jet::LabelIndex
;
14
using
xAOD::IParticle
;
15
16
//**********************************************************************
17
18
IndexedConstituentUserInfo::IndexedConstituentUserInfo()
19
: m_ppar(nullptr) { }
20
21
//**********************************************************************
22
23
IndexedConstituentUserInfo::
24
IndexedConstituentUserInfo
(
const
IParticle
&
par
,
Index
idx
,
const
LabelIndex
* pli)
25
:
BaseIndexedConstituentUserInfo
(
idx
, pli), m_ppar(&
par
) { }
26
27
28
//**********************************************************************
29
30
const
xAOD::IParticle
*
IndexedConstituentUserInfo::particle
()
const
{
31
return
m_ppar
;
32
}
33
34
//**********************************************************************
Label
IndexedConstituentUserInfo::Label Label
Definition:
IndexedConstituentUserInfo.cxx:11
jet::LabelIndex
Definition:
LabelIndex.h:22
jet::IndexedConstituentUserInfo::m_ppar
const xAOD::IParticle * m_ppar
Definition:
IndexedConstituentUserInfo.h:44
jet::IndexedConstituentUserInfo::particle
const xAOD::IParticle * particle() const
Return the particle pointer.
Definition:
IndexedConstituentUserInfo.cxx:30
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
jet::IndexedConstituentUserInfo::IndexedConstituentUserInfo
IndexedConstituentUserInfo()
Definition:
IndexedConstituentUserInfo.cxx:18
Index
IndexedConstituentUserInfo::Index Index
Definition:
IndexedConstituentUserInfo.cxx:12
IndexedConstituentUserInfo.h
jet::IndexedConstituentUserInfo
Definition:
IndexedConstituentUserInfo.h:28
createCoolChannelIdFile.par
par
Definition:
createCoolChannelIdFile.py:29
LabelIndex.h
jet::BaseIndexedConstituentUserInfo
Definition:
BaseIndexedConstituentUserInfo.h:29
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition:
LArNewCalib_DelayDump_OFC_Cali.py:69
IParticle
Definition:
Event/EventKernel/EventKernel/IParticle.h:43
Generated on Thu Nov 7 2024 21:17:12 for ATLAS Offline Software by
1.8.18