Skip to content

Commit

Permalink
Remove the deprecated lcdd()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 4, 2023
1 parent 11419ae commit 50a12d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Detector/DetComponents/src/GeoSvc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ StatusCode GeoSvc::buildDD4HepGeo() {
return StatusCode::SUCCESS;
}

dd4hep::Detector* GeoSvc::lcdd() { return m_dd4hepgeo; }

dd4hep::Detector* GeoSvc::getDetector() { return m_dd4hepgeo; }

dd4hep::DetElement GeoSvc::getDD4HepGeo() { return m_dd4hepgeo->world(); }
Expand Down

0 comments on commit 50a12d8

Please sign in to comment.