00001 #ifndef EemcHttpInfo_h 00002 #define EemcHttpInfo_h 00003 00004 class EemcHttpInfo{ // depends on HTthrX, TPthrX,HTTPthrSelc=X+1 00005 public: 00006 int tpId,tpSumDsmAdc; // TP information 00007 int htwCh,htwCr,htwDsmAdc; // HT info, give the first tower above HtThres 00008 void clear(){ tpId=tpSumDsmAdc=htwCh=htwCr=htwDsmAdc=-1;} 00009 void print() { printf("TPinfo: id=%d sumDsm=%d HT: cr=%d ch=%d dsmVal=%d\n",tpId,tpSumDsmAdc,htwCr,htwCh,htwDsmAdc);} 00010 }; 00011 00012 00013 #endif 00014 // $Log: EemcHttpInfo.h,v $ 00015 // Revision 1.1 2007/07/25 01:25:38 balewski 00016 // start 00017 //
1.5.9