00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V2_H
00004 #define XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V2_H
00005
00006
00007 #include <vector>
00008
00009 #include <stdint.h>
00010
00011
00012 #include "xAODCore/AuxContainerBase.h"
00013
00014 namespace xAOD{
00015
00023
00024 class L1TopoRawDataAuxContainer_v1 : public AuxContainerBase {
00025 public:
00026
00027 L1TopoRawDataAuxContainer_v1();
00028
00029 private:
00030 std::vector<std::vector<uint32_t> > dataWords;
00031 std::vector<std::vector<uint32_t> > statusWords;
00032 std::vector<uint32_t> errorWord;
00033 std::vector<uint32_t> sourceID;
00034
00035 };
00036 }
00037
00038 #include "xAODCore/BaseInfo.h"
00039 SG_BASE( xAOD::L1TopoRawDataAuxContainer_v1 , xAOD::AuxContainerBase );
00040
00041 #endif // XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATAAUXCONTAINER_V1_H