This piece of code
|
G4GeometryOptions* geomOptions = art::ServiceHandle<GeometryService>()->geomOptions(); |
uses geomOptions, but does not follow the pattern I see e.g. in constructHall()
|
geoOptions->loadEntry( config, "hallFormalBox", "hall.formalBox" ); |
which also "loads" information for the requested volume.