LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Simple implementation of channel mapping. More...
#include "StandardGeometryHelper.h"
Public Types | |
using | ChannelMapAlgPtr_t = std::unique_ptr< ChannelMapAlg > |
Public Member Functions | |
StandardGeometryHelper (fhicl::ParameterSet const &pset) | |
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 |
Simple implementation of channel mapping.
This ExptGeoHelperInterface implementation serves a ChannelMapStandardAlg for experiments that are known to work well with it.
Definition at line 27 of file StandardGeometryHelper.h.
|
inherited |
Definition at line 57 of file ExptGeoHelperInterface.h.
|
explicit |
Definition at line 21 of file StandardGeometryHelper.cc.
|
inlineinherited |
Configure and initialize the channel map.
sortingParameters | parameters for the channel map algorithm |
detectorName | name of detector described by geometry |
This method creates a new ChannelMapAlg according to the geometry and specified configuration.
Definition at line 71 of file ExptGeoHelperInterface.h.
References DECLARE_ART_SERVICE_INTERFACE, and detectorName.
|
overrideprivatevirtual |
Implements geo::ExptGeoHelperInterface.
Definition at line 24 of file StandardGeometryHelper.cc.