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