00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
00004 #define XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011
00012
00013 #include "AthContainers/AuxElement.h"
00014
00015 namespace xAOD {
00016
00029 class TrigNavigation_v1 : public SG::AuxElement {
00030
00031 public:
00033 TrigNavigation_v1();
00034
00036 const std::vector< unsigned int >& serialized() const;
00037
00039 void setSerialized( const std::vector< unsigned int >& value );
00040
00041 };
00042
00043 }
00044
00045
00046 #include "xAODCore/BaseInfo.h"
00047 SG_BASE( xAOD::TrigNavigation_v1, SG::AuxElement );
00048
00049 #endif // XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H