00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: JetContainer_v1.h 631914 2014-11-28 16:08:50Z krasznaa $ 00003 #ifndef XAODJET_VERSIONS_JETCONTAINER_V1_H 00004 #define XAODJET_VERSIONS_JETCONTAINER_V1_H 00005 00006 // Core include(s): 00007 #include "AthContainers/DataVector.h" 00008 00009 // Local include(s): 00010 #include "xAODJet/versions/Jet_v1.h" 00011 00012 // Declare IParticle as a base class of Jet_v1: 00013 DATAVECTOR_BASE( xAOD::Jet_v1, xAOD::IParticle ); 00014 00015 namespace xAOD { 00017 typedef DataVector< xAOD::Jet_v1 > JetContainer_v1; 00018 } 00019 00020 #endif // XAODJET_VERSIONS_JETCONTAINER_V1_H