StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EemcHttpInfo.h
1 #ifndef EemcHttpInfo_h
2 #define EemcHttpInfo_h
3 
4 class EemcHttpInfo{ // depends on HTthrX, TPthrX,HTTPthrSelc=X+1
5  public:
6  int tpId,tpSumDsmAdc; // TP information
7  int htwCh,htwCr,htwDsmAdc; // HT info, give the first tower above HtThres
8  void clear(){ tpId=tpSumDsmAdc=htwCh=htwCr=htwDsmAdc=-1;}
9  void print() { printf("TPinfo: id=%d sumDsm=%d HT: cr=%d ch=%d dsmVal=%d\n",tpId,tpSumDsmAdc,htwCr,htwCh,htwDsmAdc);}
10 };
11 
12 
13 #endif
14 // $Log: EemcHttpInfo.h,v $
15 // Revision 1.1 2007/07/25 01:25:38 balewski
16 // start
17 //