1 #ifndef LARCOREALG_GEOMETRY_WIREREADOUTGEOMETRYBUILDER_H 2 #define LARCOREALG_GEOMETRY_WIREREADOUTGEOMETRYBUILDER_H 56 using Planes_t = std::map<std::size_t, std::vector<PlaneGeo>>;
78 #endif // LARCOREALG_GEOMETRY_WIREREADOUTGEOMETRYBUILDER_H
virtual Planes_t doExtractPlanes(Path_t &path) const =0
Class representing a path in ROOT geometry.
Planes_t extractPlanes(Path_t path) const
Looks for all cryostats under the specified path.
Manages the extraction of LArSoft geometry information from ROOT.
std::map< std::size_t, std::vector< PlaneGeo >> Planes_t
Collection of wire-plane information objects.
Encapsulate the construction of a single detector plane .
Representation of a node and its ancestry.
virtual ~WireReadoutGeometryBuilder()=default
Virtual destructor.