Classes | Typedefs | Enumerations
apa Namespace Reference

Classes

class  APAGeometryAlg
 
class  APAHitFinder
 
class  DisambigAlg
 

Typedefs

typedef enum apa::_apa_plane_proj APAView_t
 

Enumerations

enum  _apa_plane_proj {
  kU, kV, kZ0, kZ1,
  kUnknown
}
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
kU 

U view on both sides of the APA.

kV 

V view on both sides of the APA.

kZ0 

Z view on the smaller-x side of the APA.

kZ1 

Z view on the larger-x side of the APA.

kUnknown 

Definition at line 22 of file APAGeometryAlg.h.

22  {
23  kU, ///< U view on both sides of the APA
24  kV, ///< V view on both sides of the APA
25  kZ0, ///< Z view on the smaller-x side of the APA
26  kZ1, ///< Z view on the larger-x side of the APA
27  kUnknown
28  } APAView_t;
U view on both sides of the APA.
V view on both sides of the APA.
Z view on the larger-x side of the APA.
enum apa::_apa_plane_proj APAView_t
Z view on the smaller-x side of the APA.