LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
StandardWireReadout.h
Go to the documentation of this file.
1 
11 #ifndef GEO_StandardWireReadout_h
12 #define GEO_StandardWireReadout_h
13 
14 // LArSoft libraries
17 
18 // framework libraries
20 
21 namespace geo {
29  public:
30  explicit StandardWireReadout(fhicl::ParameterSet const& pset);
31 
32  private:
33  WireReadoutGeom const& wireReadoutGeom() const override;
35  };
36 
37 }
38 
40 
41 #endif // GEO_StandardWireReadout_h
Simple implementation of channel mapping.
WireReadoutGeom const & wireReadoutGeom() const override
Interface to a service with a detector-specific, wire-readout geometry.
Definition: WireReadout.h:32
Interface for a class providing readout channel mapping to geometry.
Interface to algorithm class for a specific detector channel mapping.
WireReadoutStandardGeom alg_
ROOT libraries.
StandardWireReadout(fhicl::ParameterSet const &pset)
#define DECLARE_ART_SERVICE_INTERFACE_IMPL(svc, iface, scope)