Skip to content

Commit

Permalink
Remove the deprecated lcdd() from GeoSvc Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 8, 2024
1 parent 13e1042 commit 46b64b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k4Interface/include/k4Interface/IGeoSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class GAUDI_API IGeoSvc : virtual public IService {
public:
DeclareInterfaceID(IGeoSvc, 1, 0);
virtual dd4hep::DetElement getDD4HepGeo() = 0;
[[deprecated("Use getDetector() instead")]] virtual dd4hep::Detector* lcdd() = 0;
virtual dd4hep::Detector* getDetector() = 0;
virtual G4VUserDetectorConstruction* getGeant4Geo() = 0;
virtual std::string constantAsString(std::string const& name) = 0;
Expand Down

0 comments on commit 46b64b7

Please sign in to comment.