#include <SBNDGeometryHelper.h>
Public Member Functions | |
SBNDGeometryHelper (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 | |
std::unique_ptr < geo::ChannelMapAlg > | 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 > |
Definition at line 27 of file SBNDGeometryHelper.h.
sbnd::SBNDGeometryHelper::SBNDGeometryHelper | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 22 of file SBNDGeometryHelper_service.cc.
|
overrideprivatevirtual |
Implements geo::ExptGeoHelperInterface.
Definition at line 26 of file SBNDGeometryHelper_service.cc.