00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H
00004 #define XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011
00012
00013 #include "xAODCore/AuxInfoBase.h"
00014
00015 namespace xAOD {
00016
00027 class TrigNavigationAuxInfo_v1 : public AuxInfoBase {
00028
00029 public:
00031 TrigNavigationAuxInfo_v1();
00032
00033 private:
00034 std::vector< uint32_t > serialized;
00035
00036 };
00037
00038 }
00039
00040
00041 #include "xAODCore/BaseInfo.h"
00042 SG_BASE( xAOD::TrigNavigationAuxInfo_v1, xAOD::AuxInfoBase );
00043
00044 #endif // XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H