00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: JEMTobRoIAuxContainer_v1.h 652818 2015-03-09 22:54:24Z morrisj $ 00003 #ifndef XAODTRIGL1CALO_VERSIONS_JEMTOBROIAUXCONTAINER_V1_H 00004 #define XAODTRIGL1CALO_VERSIONS_JEMTOBROIAUXCONTAINER_V1_H 00005 00006 // STL include(s): 00007 #include <vector> 00008 00009 // EDM include(s): 00010 #include "xAODCore/AuxContainerBase.h" 00011 00012 namespace xAOD{ 00013 00020 00021 class JEMTobRoIAuxContainer_v1 : public AuxContainerBase { 00022 public: 00024 JEMTobRoIAuxContainer_v1(); 00025 00026 private: 00027 std::vector<uint32_t> roiWord; 00028 00029 }; // class JEMTobRoIAuxContainer_v1 00030 } // namespace xAOD 00031 00032 SG_BASE( xAOD::JEMTobRoIAuxContainer_v1 , xAOD::AuxContainerBase ); 00033 00034 #endif 00035