All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
ExptGeoHelperInterface.h File Reference

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

#include "larcorealg/Geometry/ChannelMapAlg.h"
#include "art/Framework/Services/Registry/ServiceDeclarationMacros.h"
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  geo::ExptGeoHelperInterface
 Interface to a service with detector-specific geometry knowledge. More...
 

Namespaces

 fhicl
 
 geo
 Verifies that the geometry check information is available.
 

Detailed Description

Interface to a service that handles any experiment-specific knowledge that is needed by the Geometry 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 ExptGeoHelperInterface.h.