![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
The geometry of one entire detector, as served by art. More...
#include "AuxDetGeometry.h"
Public Member Functions | |
AuxDetGeometry (fhicl::ParameterSet const &pset) | |
AuxDetGeometryCore const & | GetProvider () const |
AuxDetGeometryCore const * | GetProviderPtr () const |
Private Attributes | |
AuxDetGeometryCore | fAuxDetGeom |
the actual service provider More... | |
The geometry of one entire detector, as served by art.
This class extends the interface of the AuxDet geometry service provider, geo::AuxDetGeometryCore, to the one of an art service.
In addition to the parameters documented in geo::AuxDetGeometryCore, the following parameters are supported:
Definition at line 41 of file AuxDetGeometry.h.
|
explicit |
Definition at line 29 of file AuxDetGeometry.cc.
References fhicl::ParameterSet::get().
|
inline |
Definition at line 45 of file AuxDetGeometry.h.
References fAuxDetGeom.
Referenced by GetProviderPtr().
|
inline |
Definition at line 46 of file AuxDetGeometry.h.
References GetProvider().
|
private |
the actual service provider
Definition at line 49 of file AuxDetGeometry.h.
Referenced by GetProvider().