From d421f489ecedead39dff56573e51c2aaf28f2da1 Mon Sep 17 00:00:00 2001 From: Nikiforos Nikiforou <Nikiforos.Nikiforou@cern.ch> Date: Thu, 4 Feb 2016 13:07:38 +0000 Subject: [PATCH] Minor typo in documentation: Set->Get --- DDCore/include/DD4hep/Detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCore/include/DD4hep/Detector.h b/DDCore/include/DD4hep/Detector.h index 1c51f5f8a..e2cf3ca49 100644 --- a/DDCore/include/DD4hep/Detector.h +++ b/DDCore/include/DD4hep/Detector.h @@ -321,7 +321,7 @@ namespace DD4hep { /// Remove callback from object void removeAtUpdate(unsigned int type, void* pointer) const; - /// Set the detector identifier + /// Get the detector identifier int id() const; /// Setter: Combine hits attribute DetElement& setCombineHits(bool value, SensitiveDetector& sens); -- GitLab