LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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 31 of file APAGeometryAlg.h.

31  {
32  kU,
33  kV,
34  kZ0,
35  kZ1,
36  kUnknown
37  } 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.