2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 // IndexedTConstituentUserInfo.cxx
7 #include "JetEDM/LabelIndex.h"
9 //**********************************************************************
12 jet::IndexedTConstituentUserInfo<T>::IndexedTConstituentUserInfo()
15 //**********************************************************************
18 jet::IndexedTConstituentUserInfo<T>::
19 IndexedTConstituentUserInfo(const T& par, Index idx, const jet::LabelIndex* pli)
20 : BaseIndexedConstituentUserInfo(idx, pli), m_ppar(&par) { }
22 //**********************************************************************
25 const SG::AuxElement* jet::IndexedTConstituentUserInfo<T>::element() const {
29 //**********************************************************************
32 const xAOD::IParticle* jet::IndexedTConstituentUserInfo<T>::particle() const {
36 //**********************************************************************
39 const T* jet::IndexedTConstituentUserInfo<T>::object() const {
43 //**********************************************************************