LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
AuxDetGeometry.h
Go to the documentation of this file.
1 
9 #ifndef GEO_AUXDETGEOMETRY_H
10 #define GEO_AUXDETGEOMETRY_H
11 
12 // larsoft libraries
14 
15 // framework libraries
17 #include "fhiclcpp/fwd.h"
18 
19 namespace geo {
20 
42  public:
43  explicit AuxDetGeometry(fhicl::ParameterSet const& pset);
44 
45  AuxDetGeometryCore const& GetProvider() const { return fAuxDetGeom; }
46  AuxDetGeometryCore const* GetProviderPtr() const { return &GetProvider(); }
47 
48  private:
50  };
51 
52 } // namespace geo
53 
55 
56 #endif // GEO_AUXDETGEOMETRY_H
AuxDetGeometryCore const * GetProviderPtr() const
AuxDetGeometryCore const & GetProvider() const
Description of physical geometry of one set of auxiliary detectors.
The geometry of one entire detector, as served by art.
Access the description of auxiliary detector geometry.
#define DECLARE_ART_SERVICE(svc, scope)
AuxDetGeometryCore fAuxDetGeom
the actual service provider
AuxDetGeometry(fhicl::ParameterSet const &pset)
ROOT libraries.