-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Currently the GeoSvc is implemented in k4SimGeant4:
- https://github.com/key4hep/k4SimGeant4/blob/main/Detector/DetComponents/src/GeoSvc.h
- https://github.com/key4hep/k4SimGeant4/blob/main/Detector/DetComponents/src/GeoSvc.cpp
However, the IGeoSvc interface is defined in k4FWCore: https://github.com/key4hep/k4FWCore/blob/main/k4Interface/include/k4Interface/IGeoSvc.h
Should we move the implementation to k4FWCore?
At least for me that was where I would have expected it to be when I first looked for it. A possible disadvantage would be that k4FWCore picks up DD4hep as a dependency, which it doesn't currently have.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested