ATLAS Offline Software
Reconstruction
Jet
JetEDM
Root
SimpleConstituentUserInfo.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
// SimpleConstituentUserInfo.cxx
6
7
#include <utility>
8
9
#include "
JetEDM/SimpleConstituentUserInfo.h
"
10
11
using
jet::SimpleConstituentUserInfo
;
12
using
Label
=
SimpleConstituentUserInfo::Label
;
13
using
xAOD::IParticle
;
14
15
//**********************************************************************
16
17
SimpleConstituentUserInfo::SimpleConstituentUserInfo()
18
: m_ppar(nullptr) { }
19
20
//**********************************************************************
21
22
SimpleConstituentUserInfo::
23
SimpleConstituentUserInfo
(
const
IParticle
&
par
,
Label
lab)
24
: m_ppar(&
par
), m_label(std::move(lab)) { }
25
26
//**********************************************************************
27
28
const
xAOD::IParticle
*
SimpleConstituentUserInfo::particle
()
const
{
29
return
m_ppar
;
30
}
31
32
//**********************************************************************
33
34
Label
SimpleConstituentUserInfo::label
()
const
{
35
return
m_label
;
36
}
37
38
//**********************************************************************
Label
IndexedConstituentUserInfo::Label Label
Definition:
IndexedConstituentUserInfo.cxx:11
SimpleConstituentUserInfo.h
jet::SimpleConstituentUserInfo::m_ppar
const xAOD::IParticle * m_ppar
Definition:
SimpleConstituentUserInfo.h:38
jet::SimpleConstituentUserInfo::SimpleConstituentUserInfo
SimpleConstituentUserInfo()
Definition:
SimpleConstituentUserInfo.cxx:17
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
jet::IConstituentUserInfo::Label
std::string Label
Definition:
IConstituentUserInfo.h:31
jet::SimpleConstituentUserInfo::m_label
Label m_label
Definition:
SimpleConstituentUserInfo.h:39
jet::SimpleConstituentUserInfo::label
Label label() const
Definition:
SimpleConstituentUserInfo.cxx:34
jet::SimpleConstituentUserInfo::particle
const xAOD::IParticle * particle() const
Definition:
SimpleConstituentUserInfo.cxx:28
createCoolChannelIdFile.par
par
Definition:
createCoolChannelIdFile.py:29
jet::SimpleConstituentUserInfo
Definition:
SimpleConstituentUserInfo.h:19
Label
SimpleConstituentUserInfo::Label Label
Definition:
SimpleConstituentUserInfo.cxx:12
IParticle
Definition:
Event/EventKernel/EventKernel/IParticle.h:43
Generated on Thu Nov 7 2024 21:26:07 for ATLAS Offline Software by
1.8.18