AraEvent/FullIcrrHkEvent.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 #ifndef FULLICRRHKEVENT_H 00010 #define FULLICRRHKEVENT_H 00011 00012 //Includes 00013 #include <TObject.h> 00014 #include "araIcrrStructures.h" 00015 #include "araIcrrDefines.h" 00016 #include "IcrrTriggerMonitor.h" 00017 #include "IcrrHkData.h" 00018 00020 00024 class FullIcrrHkEvent: public TObject 00025 { 00026 public: 00027 FullIcrrHkEvent(); 00028 FullIcrrHkEvent(IcrrHkBody_t *theHk); 00029 ~FullIcrrHkEvent(); 00030 00031 unsigned int unixTime; 00032 unsigned int unixTimeUs; 00033 unsigned int eventNumber; 00034 unsigned int errorFlag; 00035 00036 IcrrTriggerMonitor trig; 00037 IcrrHkData hk; 00038 00039 00040 00041 ClassDef(FullIcrrHkEvent,1); 00042 }; 00043 00044 00045 #endif //FULLICRRHKEVENT_H
Generated on Wed Aug 8 16:20:07 2012 for ARA ROOT Test Bed Software by
