00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_JEMETSUMSAUXCONTAINER_V2_H
00004 #define XAODTRIGL1CALO_VERSIONS_JEMETSUMSAUXCONTAINER_V2_H
00005
00006
00007 #include <vector>
00008
00009 #include <stdint.h>
00010
00011
00012 #include "xAODCore/AuxContainerBase.h"
00013
00014 namespace xAOD{
00015
00022
00023 class JEMEtSumsAuxContainer_v2 : public AuxContainerBase {
00024 public:
00025
00026 JEMEtSumsAuxContainer_v2();
00027
00028 private:
00029 std::vector<uint8_t> crate;
00030 std::vector<uint8_t> module;
00031 std::vector<uint8_t> peak;
00032 std::vector<std::vector<uint16_t> > etVec;
00033 std::vector<std::vector<uint16_t> > exVec;
00034 std::vector<std::vector<uint16_t> > eyVec;
00035
00036 };
00037 }
00038
00039 #include "xAODCore/BaseInfo.h"
00040 SG_BASE( xAOD::JEMEtSumsAuxContainer_v2, xAOD::AuxContainerBase );
00041
00042 #endif // XAODTRIGL1CALO_VERSIONS_JEMETSUMSAUXCONTAINER_V2_H