Simple implementation of channel mapping. More...
#include <StandardGeometryHelper.h>
Public Member Functions | |
StandardGeometryHelper (fhicl::ParameterSet const &pset) | |
Public Member Functions inherited from geo::ExptGeoHelperInterface | |
virtual | ~ExptGeoHelperInterface ()=default |
Virtual destructor; does nothing. More... | |
ChannelMapAlgPtr_t | ConfigureChannelMapAlg (fhicl::ParameterSet const &sortingParameters, std::string const &detectorName) const |
Configure and initialize the channel map. More... | |
Private Member Functions | |
ChannelMapAlgPtr_t | doConfigureChannelMapAlg (fhicl::ParameterSet const &sortingParameters, std::string const &detectorName) const override |
Additional Inherited Members | |
Public Types inherited from geo::ExptGeoHelperInterface | |
using | ChannelMapAlgPtr_t = std::unique_ptr< ChannelMapAlg > |
Simple implementation of channel mapping.
This ExptGeoHelperInterface implementation serves a ChannelMapStandardAlg for experiments that are known to work well with it.
Definition at line 29 of file StandardGeometryHelper.h.
|
explicit |
Definition at line 22 of file StandardGeometryHelper_service.cc.
|
overrideprivatevirtual |
Implements geo::ExptGeoHelperInterface.
Definition at line 27 of file StandardGeometryHelper_service.cc.