LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 24 of file APAGeometryAlg.h.

24  {
25  kU,
26  kV,
27  kZ0,
28  kZ1,
29  kUnknown
30  } 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.