Skip to content

Commit

Permalink
Update Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
andiwand and coderabbitai[bot] authored Nov 26, 2024
1 parent a3e09e9 commit 8a87f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ProcessCode DD4hepGeometryService::buildDD4hepGeometry() {
return ProcessCode::SUCCESS;
}

dd4hep::Detector& DD4hepGeometryService::DD4hepGeometryService::detector() {
dd4hep::Detector& DD4hepGeometryService::detector() {
if (m_detector == nullptr) {
buildDD4hepGeometry();
}
Expand Down

0 comments on commit 8a87f9a

Please sign in to comment.