00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_V2_H
00004 #define XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_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 JetElementAuxContainer_v2 : public AuxContainerBase {
00024 public:
00025
00026 JetElementAuxContainer_v2();
00027
00028 private:
00029 std::vector<float> eta;
00030 std::vector<float> phi;
00031 std::vector<unsigned int> key;
00032 std::vector<uint8_t> peak;
00033 std::vector<std::vector<uint16_t> > emJetElementETVec;
00034 std::vector<std::vector<uint16_t> > hadJetElementETVec;
00035 std::vector<std::vector<uint32_t> > emJetElementErrorVec;
00036 std::vector<std::vector<uint32_t> > hadJetElementErrorVec;
00037 std::vector<std::vector<uint32_t> > linkErrorVec;
00038
00039 };
00040 }
00041
00042 #include "xAODCore/BaseInfo.h"
00043 SG_BASE( xAOD::JetElementAuxContainer_v2, xAOD::AuxContainerBase );
00044
00045 #endif // XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_V2_H