LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
SurfWireLine.h
Go to the documentation of this file.
1 
15 #ifndef SURFWIRELINE_H
16 #define SURFWIRELINE_H
17 
20 
21 namespace trkf {
22 
23  class SurfWireLine : public SurfYZLine
24  {
25  public:
26 
28  SurfWireLine(const geo::WireID& wireid, double x);
29 
31  virtual ~SurfWireLine();
32  };
33 }
34 
35 #endif
Float_t x
Definition: compare.C:6
SurfWireLine(const geo::WireID &wireid, double x)
Constructor.
virtual ~SurfWireLine()
Destructor.
Definition of data types for geometry description.
Line surface perpendicular to x-axis.