00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATA_V1_H
00004 #define XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATA_V1_H
00005
00006
00007 #include "AthLinks/ElementLink.h"
00008 #include "AthContainers/AuxElement.h"
00009
00010
00011 #include <stdint.h>
00012
00013 namespace xAOD {
00014
00022
00023 class L1TopoRawData_v1 : public SG::AuxElement{
00024 public:
00026 L1TopoRawData_v1();
00027
00029 virtual ~L1TopoRawData_v1(){}
00030
00032 virtual void initialize(const std::vector<uint32_t>& dataWords,
00033 const std::vector<uint32_t>& statusWords,
00034 const uint32_t errorWord,
00035 const uint32_t sourceID);
00036
00038 const std::vector<uint32_t>& dataWords() const;
00040 void setDataWords(const std::vector<uint32_t>&);
00041
00042
00044 const std::vector<uint32_t>& statusWords() const;
00046 void setStatusWords(const std::vector<uint32_t>&);
00047
00049 uint32_t errorWord() const;
00051 void setErrorWord(const uint32_t);
00052
00054 uint32_t sourceID() const;
00056 void setSourceID(const uint32_t);
00057
00058
00059 };
00060 }
00061
00062 #endif // XAODTRIGL1CALO_VERSIONS_L1TOPORAWDATA_V1_H