LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Interface to a service that handles any experiment-specific knowledge that is needed by the AuxDetGeometry service. More...
#include "art/Framework/Services/Registry/ServiceDeclarationMacros.h"
#include <memory>
#include <vector>
#include "larcorealg/Geometry/AuxDetChannelMapAlg.h"
Go to the source code of this file.
Classes | |
class | geo::AuxDetExptGeoHelperInterface |
Interface to a service with detector-specific geometry knowledge. More... | |
Namespaces | |
fhicl | |
parameter set interface | |
geo | |
Namespace collecting geometry-related classes utilities. | |
Interface to a service that handles any experiment-specific knowledge that is needed by the AuxDetGeometry service.
This is an interface to a service that virtualizes detector or experiment-specific knowledge that is required by the Geometry service. Experiments implement the private virtual functions within a concrete service provider class to perform the specified actions as appropriate for the particular experiment. It is expected that such requests will occur infrequently within a job. Calculations that occur frequently should be handled via interfaces that are passed back to the Geometry service.
Note that the public interface for this service cannot be overriden. The experiment-specific sub-classes should implement only the private methods without promoting their visibility.
Definition in file AuxDetExptGeoHelperInterface.h.