00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_V1_H
00004 #define XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_V1_H
00005
00006
00007 #include <vector>
00008
00009
00010 #include "xAODCore/AuxContainerBase.h"
00011
00012 namespace xAOD{
00013
00020
00021 class JetElementAuxContainer_v1 : public AuxContainerBase {
00022 public:
00023
00024 JetElementAuxContainer_v1();
00025
00026 private:
00027 std::vector<float> phi;
00028 std::vector<float> eta;
00029 std::vector<unsigned int> key;
00030 std::vector<int> peak;
00031 std::vector<std::vector<int> > emEnergyVec;
00032 std::vector<std::vector<int> > hadEnergyVec;
00033 std::vector<std::vector<int> > emErrorVec;
00034 std::vector<std::vector<int> > hadErrorVec;
00035 std::vector<std::vector<int> > linkErrorVec;
00036
00037 };
00038 }
00039
00040 #include "xAODCore/BaseInfo.h"
00041 SG_BASE( xAOD::JetElementAuxContainer_v1, xAOD::AuxContainerBase );
00042
00043 #endif // XAODTRIGL1CALO_VERSIONS_JETELEMENTAUXCONTAINER_V1_H