00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_V1_H
00004 #define XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_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 MuonRoIAuxContainer_v1 : public AuxContainerBase{
00030
00031 public:
00033 MuonRoIAuxContainer_v1();
00034
00035 private:
00036 std::vector< float > eta;
00037 std::vector< float > phi;
00038 std::vector< uint32_t > roiWord;
00039 std::vector< float > thrValue;
00040 std::vector< std::string > thrName;
00041
00042 };
00043
00044 }
00045
00046
00047 #include "xAODCore/BaseInfo.h"
00048 SG_BASE( xAOD::MuonRoIAuxContainer_v1, xAOD::AuxContainerBase );
00049
00050 #endif // XAODTRIGGER_VERSIONS_MUONROIAUXCONTAINER_V1_H