LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
GeometryBuilderWireless.h
Go to the documentation of this file.
1 
10 #ifndef LARCOREALG_GEOMETRY_GEOMETRYBUILDERWIRELESS_H
11 #define LARCOREALG_GEOMETRY_GEOMETRYBUILDERWIRELESS_H
12 
13 // LArSoft libraries
15 
16 namespace geo {
17 
27 
28  public:
29  // import all constructors from base class
31 
32  //
33  // we don't expand the public interface here
34  //
35 
36  protected:
37  // --- BEGIN Wire information ----------------------------------------------
40 
44  virtual Wires_t doExtractWires(Path_t&) { return {}; }
45 
47  // --- END Wire information ------------------------------------------------
48 
49  }; // class GeometryBuilderWireless
50 
51 } // namespace geo
52 
53 #endif // LARCOREALG_GEOMETRY_GEOMETRYBUILDERWIRELESS_H
GeometryBuilderStandard(Config const &config)
GeoColl_t< geo::WireGeo > Wires_t
Looks for all wires under the specified path.
Standard implementation of geometry extractor.
Geometry builder which ignores wires on wire planes.
Representation of a node and its ancestry.
Definition: GeoNodePath.h:37
virtual Wires_t doExtractWires(Path_t &)
Namespace collecting geometry-related classes utilities.
Extracts of LArSoft geometry information from ROOT.