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