StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
pp2ppHit_Cluster.h
1 #ifndef STAR_PP2PPHIT_CLUSTER_H
2 #define STAR_PP2PPHIT_CLUSTER_H
3 
4 typedef struct pp2ppRawHit_st {
5  signed short adc; // 0 - 255
6  unsigned char sec; // sector (1: East (Sector 5) and 2: West (Sector 6) )
7  unsigned char sequencer; // sequencer id: ( 1 - 8 )
8  unsigned char chain; // 0 - 3 (A: 0, B: 1, C: 2, D: 3)
9  unsigned char svx; // 0 - 3 for chains A & C; 0 - 5 for chains B and D
10  unsigned char channel; // 0 - 127
12 
13 /*
14 typedef struct pp2ppCluster_st {
15  unsigned char sequencer; // sequencer id: ( 1 - 8 )
16  unsigned char chain; // 0 - 3 (A: 0, B: 1, C: 2, D: 3)
17  unsigned char length ; // > 0
18  double position ; // 0 - 755
19  double energy ; // in ADC
20  double x ;
21  double y ;
22  double z ;
23 } PP2PPCLUSTER_ST ;
24 */
25 
26 #endif