ATLAS Offline Software
xAODJetAsIJetFactory.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
5 
7 
9  return pHypoJet(new HypoJet::xAODJetAsIJet(j, ++m_ind));
10 }
11 
xAODJetAsIJetFactory::m_ind
unsigned int m_ind
Definition: xAODJetAsIJetFactory.h:14
pHypoJet
std::shared_ptr< const HypoJet::IJet > pHypoJet
Definition: HypoJetDefs.h:25
xAODJetAsIJetFactory::xAODJetAsIJetFactory
xAODJetAsIJetFactory()
Definition: xAODJetAsIJetFactory.cxx:6
xAODJetAsIJetFactory.h
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
HypoJet::xAODJetAsIJet
Definition: xAODJetAsIJet.h:16
xAODJetAsIJetFactory::operator()
pHypoJet operator()(const xAOD::Jet *j)
Definition: xAODJetAsIJetFactory.cxx:8