00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTORE_V1_H
00017 #define XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTORE_V1_H
00018
00019 #include <stdint.h>
00020 #include <vector>
00021
00022
00023 #include "AthContainers/AuxElement.h"
00024
00025 namespace xAOD {
00026
00027 class RoiDescriptorStore_v1 : public SG::AuxElement {
00028
00029 public:
00031 RoiDescriptorStore_v1();
00032
00034 const std::vector< std::vector<uint32_t> >& serialised() const;
00035
00037 void setSerialised( const std::vector< std::vector<uint32_t> >& value );
00038
00039 };
00040
00041 }
00042
00043
00044 #include "xAODCore/BaseInfo.h"
00045 SG_BASE( xAOD::RoiDescriptorStore_v1, SG::AuxElement );
00046
00047 #endif // XAODTRIGGER_VERSIONS_ROIDESCRIPTORSTORE_V1_H