LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
WireReadoutSorter.h
Go to the documentation of this file.
1 
7 #ifndef LARCOREALG_GEOMETRY_WIREREADOUTSORTER_H
8 #define LARCOREALG_GEOMETRY_WIREREADOUTSORTER_H
9 
11 
12 namespace geo {
13 
15  public:
16  virtual ~WireReadoutSorter() = default;
17 
18  virtual bool compareWires(WireGeo const& w1, WireGeo const& w2) const = 0;
19  };
20 
21 }
22 
23 #endif // LARCOREALG_GEOMETRY_WIREREADOUTSORTER_H
Geometry description of a TPC wireThe wire is a single straight segment on a wire plane...
Definition: WireGeo.h:112
virtual ~WireReadoutSorter()=default
virtual bool compareWires(WireGeo const &w1, WireGeo const &w2) const =0
ROOT libraries.