4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
12// Sources using Jet::setPseudoJet should include this header AND
13// the JetEDM/FastJetLink.h header
15#ifndef jet_Jet_PseudoJet_ICC
16#define jet_Jet_PseudoJet_ICC
21template<class PSEUDOJET>
22void xAOD::Jet::setPseudoJet(const PSEUDOJET* ppj) {
23 m_fastJetLink = new FastJetLink( *ppj );
25 // if ( ppj == 0 ) return;
26 // const fastjet::ClusterSequence* pcs = ppj->associated_cluster_sequence();
27 // if ( pcs == 0 ) return;
28 // int ich = ppj->cluster_hist_index();
29 // int ipj = pcs->history()[ich].jetp_index;
30 // m_pseudoJet = &pcs->jets()[ipj];