00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: CaloClusterContainer_v1.h 628097 2014-11-13 09:24:54Z krasznaa $ 00003 #ifndef XAODCALOEVENT_VERSIONS_CALOCLUSTERCONTAINER_V1_H 00004 #define XAODCALOEVENT_VERSIONS_CALOCLUSTERCONTAINER_V1_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/DataVector.h" 00008 #include "xAODBase/IParticleContainer.h" 00009 00010 // Local include(s): 00011 #include "xAODCaloEvent/versions/CaloCluster_v1.h" 00012 00013 // Declare IParticle as a base class of CaloCluster_v1: 00014 DATAVECTOR_BASE( xAOD::CaloCluster_v1, xAOD::IParticle ); 00015 00016 namespace xAOD { 00018 typedef DataVector< CaloCluster_v1 > CaloClusterContainer_v1; 00019 } 00020 00021 00022 00023 #endif // XAODCALOEVENT_VERSIONS_CALOCLUSTERCONTAINER_V1_H