00001
00002
00003 #ifndef XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
00004 #define XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H
00005
00006
00007 extern "C" {
00008 # include <stdint.h>
00009 }
00010 #include <vector>
00011 #include <string>
00012
00013
00014 #include "xAODTrigger/versions/ByteStreamAuxContainer_v1.h"
00015
00016 namespace xAOD {
00017
00030 class TrigCompositeAuxContainer_v1 : public ByteStreamAuxContainer_v1 {
00031
00032 public:
00034 TrigCompositeAuxContainer_v1();
00035
00036 private:
00037 std::vector< std::string > name;
00038
00039 std::vector< std::vector< std::string > > linkColNames;
00040 std::vector< std::vector< uint32_t > > linkColKeys;
00041 std::vector< std::vector< uint16_t > > linkColIndices;
00042 std::vector< std::vector< uint32_t > > linkColClids;
00043
00044 };
00045
00046 }
00047
00048
00049 #include "xAODCore/BaseInfo.h"
00050 SG_BASE( xAOD::TrigCompositeAuxContainer_v1, xAOD::ByteStreamAuxContainer_v1 );
00051
00052 #endif // XAODTRIGGER_VERSIONS_TRIGCOMPOSITEAUXCONTAINER_V1_H