Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFDCWire.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFDCWire.h
4 // Created: Wed Nov 29 13:15 EST 2006
5 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc)
6 //
7 
8 #ifndef _DFDCWire_
9 #define _DFDCWire_
10 
11 #include <DCoordinateSystem.h>
12 
13 
15  public:
16  int layer; ///< 1-24
17  int wire; ///< 1-N
18  float u; // coordinate of wire in direction transverse to the wire
19  float angle; ///< radians
20  DVector3 angles; ///< radians
21 };
22 
23 #endif // _DFDCWire_
24 
DVector3 angles
radians
Definition: DFDCWire.h:20
float angle
radians
Definition: DFDCWire.h:19
TVector3 DVector3
Definition: DVector3.h:14
int layer
1-24
Definition: DFDCWire.h:16
float u
Definition: DFDCWire.h:18
int wire
1-N
Definition: DFDCWire.h:17