00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H
00004 #define XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011
00012
00013 #include "xAODCore/AuxContainerBase.h"
00014
00015 namespace xAOD{
00016
00023
00024 class JEMRoIAuxContainer_v1 : public AuxContainerBase {
00025 public:
00026
00027 JEMRoIAuxContainer_v1();
00028
00029 private:
00030 std::vector<uint32_t> roiWord;
00031
00032 };
00033 }
00034
00035 #include "xAODCore/BaseInfo.h"
00036 SG_BASE( xAOD::JEMRoIAuxContainer_v1, xAOD::AuxContainerBase );
00037
00038 #endif // XAODTRIGL1CALO_VERSIONS_JEMROIAUXCONTAINER_V1_H