![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Interface for a tool creating a channel mapping object. More...
#include "WireReadoutSetupTool.h"
Public Member Functions | |
virtual | ~WireReadoutSetupTool () noexcept=default |
std::unique_ptr< geo::WireReadoutGeom > | setupWireReadout (geo::GeometryCore const *geom, std::unique_ptr< WireReadoutSorter > sorter) |
Returns a new instance of the channel mapping. More... | |
Protected Member Functions | |
Virtual interface | |
virtual std::unique_ptr< geo::WireReadoutGeom > | doWireReadout (geo::GeometryCore const *geom, std::unique_ptr< WireReadoutSorter > sorter)=0 |
Returns a pointer to the channel mapping. More... | |
Interface for a tool creating a channel mapping object.
This class creates a geo::WireReadoutGeom
instance.
Definition at line 25 of file WireReadoutSetupTool.h.
|
virtualdefaultnoexcept |
|
protectedpure virtual |
Returns a pointer to the channel mapping.
Referenced by setupWireReadout().
|
inline |
Returns a new instance of the channel mapping.
If the call fails, a null pointer is returned. This may happen on calls following the first one, if the implementation does not support multiple calls. For all other errors, the implementations are expected to throw the proper exception.
Definition at line 38 of file WireReadoutSetupTool.h.
References doWireReadout().