LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
WireReadoutSorterStandard.h
Go to the documentation of this file.
1 
7 #ifndef LARCOREALG_GEOMETRY_WIREREADOUTSORTERSTANDARD_H
8 #define LARCOREALG_GEOMETRY_WIREREADOUTSORTERSTANDARD_H
9 
10 #include "fhiclcpp/fwd.h"
13 
14 namespace geo {
16  public:
19 
20  private:
21  bool compareWires(WireGeo const& w1, WireGeo const& w2) const override;
22  };
23 }
24 
25 #endif // LARCOREALG_GEOMETRY_WIREREADOUTSORTERSTANDARD_H
Geometry description of a TPC wireThe wire is a single straight segment on a wire plane...
Definition: WireGeo.h:112
bool compareWires(WireGeo const &w1, WireGeo const &w2) const override
ROOT libraries.