ATLAS Offline Software
Loading...
Searching...
No Matches
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
8#include "JetEDM/LabelIndex.h"
9
11using Label = IndexedConstituentUserInfo::Label;
12using Index = IndexedConstituentUserInfo::Index;
13using jet::LabelIndex;
14using xAOD::IParticle;
15
16//**********************************************************************
17
20
21//**********************************************************************
22
24IndexedConstituentUserInfo(const IParticle& par, Index idx, const LabelIndex* pli)
25: BaseIndexedConstituentUserInfo(idx, pli), m_ppar(&par) { }
26
27
28//**********************************************************************
29
33
34//**********************************************************************
IndexedConstituentUserInfo::Index Index
IndexedConstituentUserInfo::Label Label
const xAOD::IParticle * particle() const
Return the particle pointer.
Class providing the definition of the 4-vector interface.