00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_V1_H
00004 #define XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011 #include <string>
00012
00013
00014 #include "xAODCore/AuxContainerBase.h"
00015
00016 namespace xAOD {
00017
00029 class JetRoIAuxContainer_v1 : public AuxContainerBase{
00030
00031 public:
00033 JetRoIAuxContainer_v1();
00034
00035 private:
00036 std::vector< float > eta;
00037 std::vector< float > phi;
00038 std::vector< uint32_t > roiWord;
00039
00040 std::vector< std::vector< float > > thrValues;
00041 std::vector< std::vector< std::string > > thrNames;
00042
00043 std::vector< float > et4x4;
00044 std::vector< float > et6x6;
00045 std::vector< float > et8x8;
00046
00047 };
00048
00049 }
00050
00051
00052 #include "xAODCore/BaseInfo.h"
00053 SG_BASE( xAOD::JetRoIAuxContainer_v1, xAOD::AuxContainerBase );
00054
00055 #endif // XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_V1_H