00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V2_H
00004 #define XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_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 CPMTowerAuxContainer_v2 : public AuxContainerBase {
00024 public:
00025
00026 CPMTowerAuxContainer_v2();
00027
00028 private:
00029 std::vector<std::vector<uint8_t> > emEnergyVec;
00030 std::vector<std::vector<uint8_t> > hadEnergyVec;
00031 std::vector<std::vector<uint32_t> > emErrorVec;
00032 std::vector<std::vector<uint32_t> > hadErrorVec;
00033 std::vector<float> phi;
00034 std::vector<float> eta;
00035 std::vector<uint8_t> peak;
00036
00037 };
00038 }
00039
00040 #include "xAODCore/BaseInfo.h"
00041 SG_BASE( xAOD::CPMTowerAuxContainer_v2 , xAOD::AuxContainerBase );
00042
00043 #endif // XAODTRIGL1CALO_VERSIONS_CPMTOWERAUXCONTAINER_V2_H