#include <AuxDetGeometryHelperExample.h>
Public Member Functions | |
| AuxDetGeometryHelperExample (fhicl::ParameterSet const &pset, art::ActivityRegistry &) | |
Public Member Functions inherited from gar::geo::AuxDetExptGeoHelperInterface | |
| virtual | ~AuxDetExptGeoHelperInterface ()=default |
| Virtual destructor; does nothing. More... | |
| void | ConfigureAuxDetChannelMapAlg (fhicl::ParameterSet const &sortingParameters, geo::AuxDetGeometryCore *geom) |
| Configure and initialize the channel map. More... | |
| AuxDetChannelMapAlgPtr_t | GetAuxDetChannelMapAlg () const |
Private Member Functions | |
| virtual void | doConfigureAuxDetChannelMapAlg (fhicl::ParameterSet const &sortingParameters, geo::AuxDetGeometryCore *geom) override |
| Implementation of ConfigureChannelMapAlg (pure virtual) More... | |
| virtual AuxDetChannelMapAlgPtr_t | doGetAuxDetChannelMapAlg () const override |
| Returns the ChannelMapAlg. More... | |
Private Attributes | |
| fhicl::ParameterSet | fPset |
| copy of configuration parameter set More... | |
| std::shared_ptr< geo::seg::AuxDetChannelMapAlg > | fChannelMap |
| channel map More... | |
Additional Inherited Members | |
Public Types inherited from gar::geo::AuxDetExptGeoHelperInterface | |
| using | AuxDetChannelMapAlgPtr_t = std::shared_ptr< const seg::AuxDetChannelMapAlg > |
Definition at line 22 of file AuxDetGeometryHelperExample.h.
| gar::geo::AuxDetGeometryHelperExample::AuxDetGeometryHelperExample | ( | fhicl::ParameterSet const & | pset, |
| art::ActivityRegistry & | |||
| ) |
Definition at line 18 of file AuxDetGeometryHelperExample_service.cc.
|
overrideprivatevirtual |
Implementation of ConfigureChannelMapAlg (pure virtual)
Implements gar::geo::AuxDetExptGeoHelperInterface.
Definition at line 25 of file AuxDetGeometryHelperExample_service.cc.
|
overrideprivatevirtual |
Returns the ChannelMapAlg.
Implements gar::geo::AuxDetExptGeoHelperInterface.
Definition at line 38 of file AuxDetGeometryHelperExample_service.cc.
|
private |
channel map
Definition at line 49 of file AuxDetGeometryHelperExample.h.
|
private |
copy of configuration parameter set
Definition at line 48 of file AuxDetGeometryHelperExample.h.
1.8.11