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