LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
AuxDetExptGeoHelperInterface.h File Reference

Interface to a service that handles any experiment-specific knowledge that is needed by the AuxDetGeometry service. More...

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.
 

Detailed Description

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.

Author
rs@fn.nosp@m.al.g.nosp@m.ov

Definition in file AuxDetExptGeoHelperInterface.h.