LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
SurfWireX.h
Go to the documentation of this file.
1 
15 #ifndef SURFWIREX_H
16 #define SURFWIREX_H
17 
19 
20 namespace geo {
21  struct WireID;
22 }
23 
24 namespace trkf {
25 
26  class SurfWireX : public SurfYZPlane {
27  public:
29  SurfWireX(const geo::WireID& wireid);
30 
32  virtual ~SurfWireX();
33  };
34 }
35 
36 #endif
Planar surface parallel to x-axis.
IDparameter< geo::WireID > WireID
Member type of validated geo::WireID parameter.
Namespace collecting geometry-related classes utilities.