00001 #ifndef XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
00002 #define XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
00003
00004
00005 #include <vector>
00006 #include "xAODCore/AuxContainerBase.h"
00007
00008 namespace xAOD {
00009
00010 class HIEventShapeAuxContainer_v1 : public AuxContainerBase {
00011
00012 public:
00014 HIEventShapeAuxContainer_v1();
00015
00016 private:
00017
00019 std::vector<float> Et;
00020 std::vector<float> area;
00021 std::vector<float> rho;
00022 std::vector<int> nCells;
00023
00025 std::vector<std::vector<float> > Et_cos;
00026 std::vector<std::vector<float> > Et_sin;
00027
00029 std::vector<float> etaMin;
00030 std::vector<float> etaMax;
00031 std::vector<int> layer;
00032
00033 };
00034
00035 }
00036 #include "xAODCore/BaseInfo.h"
00037 SG_BASE( xAOD::HIEventShapeAuxContainer_v1, xAOD::AuxContainerBase );
00038 #endif // XAODEVENTINFO_VERSIONS_EVENTINFOAUXCONTAINER_V1_H