00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_JETETROIAUXINFO_V1_H
00004 #define XAODTRIGGER_VERSIONS_JETETROIAUXINFO_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011 #include <string>
00012
00013
00014 #include "xAODCore/AuxInfoBase.h"
00015
00016 namespace xAOD {
00017
00029 class JetEtRoIAuxInfo_v1 : public AuxInfoBase {
00030
00031 public:
00033 JetEtRoIAuxInfo_v1();
00034
00035 private:
00036 uint32_t roiWord;
00037 std::vector< std::string > thrNames;
00038
00039 };
00040
00041 }
00042
00043
00044 #include "xAODCore/BaseInfo.h"
00045 SG_BASE( xAOD::JetEtRoIAuxInfo_v1, xAOD::AuxInfoBase );
00046
00047 #endif // XAODTRIGGER_VERSIONS_JETETROIAUXINFO_V1_H