LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
SurfWireX.h
Go to the documentation of this file.
1 
15 #ifndef SURFWIREX_H
16 #define SURFWIREX_H
17 
20 
21 namespace trkf {
22 
23  class SurfWireX : public SurfYZPlane
24  {
25  public:
26 
28  SurfWireX(const geo::WireID& wireid);
29 
31  virtual ~SurfWireX();
32  };
33 }
34 
35 #endif
virtual ~SurfWireX()
Destructor.
Definition: SurfWireX.cxx:47
Planar surface parallel to x-axis.
Definition of data types for geometry description.
SurfWireX(const geo::WireID &wireid)
Constructor.
Definition: SurfWireX.cxx:24