LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
StandardGeometryHelper.h
Go to the documentation of this file.
1 
11 #ifndef GEO_StandardGeometryHelper_h
12 #define GEO_StandardGeometryHelper_h
13 
14 // LArSoft libraries
16 
17 // framework libraries
19 
20 namespace geo {
28  public:
29  explicit StandardGeometryHelper(fhicl::ParameterSet const& pset);
30 
31  private:
33  std::string const& detectorName) const override;
34  };
35 
36 }
37 
39 
40 #endif // GEO_StandardGeometryHelper_h
StandardGeometryHelper(fhicl::ParameterSet const &pset)
Interface to a service with detector-specific geometry knowledge.
std::string detectorName
std::unique_ptr< ChannelMapAlg > ChannelMapAlgPtr_t
Simple implementation of channel mapping.
Interface to a service that handles any experiment-specific knowledge that is needed by the Geometry ...
ChannelMapAlgPtr_t doConfigureChannelMapAlg(fhicl::ParameterSet const &sortingParameters, std::string const &detectorName) const override
Namespace collecting geometry-related classes utilities.
#define DECLARE_ART_SERVICE_INTERFACE_IMPL(svc, iface, scope)