00001 #ifndef STAR_PP2PPHIT_CLUSTER_H 00002 #define STAR_PP2PPHIT_CLUSTER_H 00003 00004 typedef struct pp2ppRawHit_st { 00005 signed short adc; // 0 - 255 00006 unsigned char sec; // sector (1: East (Sector 5) and 2: West (Sector 6) ) 00007 unsigned char sequencer; // sequencer id: ( 1 - 8 ) 00008 unsigned char chain; // 0 - 3 (A: 0, B: 1, C: 2, D: 3) 00009 unsigned char svx; // 0 - 3 for chains A & C; 0 - 5 for chains B and D 00010 unsigned char channel; // 0 - 127 00011 } PP2PPRAWHIT_ST ; 00012 00013 /* 00014 typedef struct pp2ppCluster_st { 00015 unsigned char sequencer; // sequencer id: ( 1 - 8 ) 00016 unsigned char chain; // 0 - 3 (A: 0, B: 1, C: 2, D: 3) 00017 unsigned char length ; // > 0 00018 double position ; // 0 - 755 00019 double energy ; // in ADC 00020 double x ; 00021 double y ; 00022 double z ; 00023 } PP2PPCLUSTER_ST ; 00024 */ 00025 00026 #endif
1.5.9