#include <CRTGeometryHelper.h>
Public Member Functions | |
CRTGeometryHelper (fhicl::ParameterSet const &pset) | |
Public Member Functions inherited from geo::AuxDetExptGeoHelperInterface | |
virtual | ~AuxDetExptGeoHelperInterface ()=default |
Virtual destructor; does nothing. More... | |
AuxDetChannelMapAlgPtr_t | ConfigureAuxDetChannelMapAlg (fhicl::ParameterSet const &sortingParameters) const |
Configure and initialize the channel map. More... | |
Private Member Functions | |
AuxDetChannelMapAlgPtr_t | doConfigureAuxDetChannelMapAlg (fhicl::ParameterSet const &sortingParameters) const override |
Implementation of ConfigureChannelMapAlg (pure virtual) More... | |
Private Attributes | |
fhicl::ParameterSet | fPset |
Copy of configuration parameter set. More... | |
Additional Inherited Members | |
Public Types inherited from geo::AuxDetExptGeoHelperInterface | |
using | AuxDetChannelMapAlgPtr_t = std::unique_ptr< AuxDetChannelMapAlg > |
Definition at line 24 of file sbndcode/sbndcode/CRT/CRTGeometryHelper.h.
|
explicit |
Definition at line 19 of file sbndcode/sbndcode/CRT/CRTGeometryHelper_service.cc.
|
overrideprivatevirtual |
Implementation of ConfigureChannelMapAlg (pure virtual)
Implements geo::AuxDetExptGeoHelperInterface.
Definition at line 24 of file sbndcode/sbndcode/CRT/CRTGeometryHelper_service.cc.
|
private |
Copy of configuration parameter set.
Definition at line 34 of file sbndcode/sbndcode/CRT/CRTGeometryHelper.h.