00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: TriggerTowerContainer_v2.h 649836 2015-02-26 08:24:30Z morrisj $ 00003 #ifndef XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERCONTAINER_V2_H 00004 #define XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERCONTAINER_V2_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/DataVector.h" 00008 00009 // Local include(s): 00010 #include "xAODTrigL1Calo/versions/TriggerTower_v2.h" 00011 00012 // Declare IParticle as a base class of TriggerTower_v2: 00013 DATAVECTOR_BASE( xAOD::TriggerTower_v2, xAOD::IParticle ); 00014 00015 namespace xAOD { 00017 typedef DataVector< xAOD::TriggerTower_v2 > TriggerTowerContainer_v2; 00018 } 00019 00020 #endif // XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERCONTAINER_V2_H