AraEvent/RawAraGenericHeader.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 #ifndef RAWARAGENERICHEADER_H 00012 #define RAWARAGENERICHEADER_H 00013 00014 //Includes 00015 #include <TObject.h> 00016 #include "araAtriStructures.h" 00017 #include "araSoft.h" 00018 00019 00021 00025 class RawAraGenericHeader 00026 { 00027 public: 00028 RawAraGenericHeader(); 00029 RawAraGenericHeader(AtriGenericHeader_t *gHdr); 00030 RawAraGenericHeader(UInt_t thisStationId); 00031 ~RawAraGenericHeader(); 00032 00033 AraStationId_t getStationId() {return stationId;} 00034 00035 UChar_t softVerMajor; //< Software version running on the DAQ SBC 00036 UChar_t softVerMinor; //< Software version running on the DAQ SBC 00037 00038 AraDataStructureType_t typeId; 00039 UChar_t verId; //< Version of AraRoot 00040 UChar_t subVerId; 00041 AraStationId_t stationId; //< stationID 0x0 TestBed, 0x01 Station1... 00042 UShort_t reserved; 00043 UInt_t numBytes; 00044 UShort_t checksum; 00045 00046 ClassDef(RawAraGenericHeader,1); 00047 }; 00048 00049 00050 00051 00052 #endif //RAWARAGENERICHEADER
Generated on Tue Sep 11 19:51:09 2012 for ARA ROOT v3.3 Software by
