AraEvent/AraHkData.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 #ifndef ARAHKDATA_H 00010 #define ARAHKDATA_H 00011 00012 //Includes 00013 #include <TObject.h> 00014 #include "araStructures.h" 00015 #include "araDefines.h" 00016 00018 00022 class AraHkData: public TObject 00023 { 00024 public: 00025 AraHkData(); 00026 AraHkData(AraHkDataStruct_t *theHk); 00027 ~AraHkData(); 00028 00029 static char getDacLetter(int index); 00030 00031 double getRFPowerDiscone(int discId); 00032 double getRFPowerBatwing(int batId); 00033 double getTemperature(int tempId); 00034 00035 00036 //From TemperatureDataStruct_t 00037 unsigned short temp[8]; 00038 00039 //From RFPowerDataStruct_t 00040 unsigned short rfpDiscone[8]; 00041 unsigned short rfpBatwing[8]; 00042 00043 //From DACDataStruct_t 00044 unsigned short dac[6][4]; 00045 00046 //From SimpleScalerStruct_t 00047 unsigned short sclDiscone[8]; 00048 unsigned short sclBatPlus[8]; 00049 unsigned short sclBatMinus[8]; 00050 unsigned short sclTrigL1[12]; 00051 unsigned short sclGlobal; 00052 00053 ClassDef(AraHkData,1); 00054 }; 00055 00056 00057 #endif //ARAHKDATA_H
Generated on Wed Aug 8 16:18:55 2012 for ARA ROOT Test Bed Software by
