Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFDCCathode.h
Go to the documentation of this file.
1 // $Id$
2 //
3 
4 #ifndef _DFDCCathode_
5 #define _DFDCCathode_
6 
7 #include <DCoordinateSystem.h>
8 
9 
11  public:
12  int layer; ///< 1-48
13  int strip; ///< 1-N
14  float u; // coordinate of strip in direction transverse to the strip
15  float angle; ///< radians
16 };
17 
18 #endif // _DFDCCathode_
19 
float angle
radians
Definition: DFDCCathode.h:15
int layer
1-48
Definition: DFDCCathode.h:12
int strip
1-N
Definition: DFDCCathode.h:13