Skip to content
Snippets Groups Projects
Commit 0410020d authored by Andre Sailer's avatar Andre Sailer
Browse files

Detector: swap two docstrings to their correct functions

parent b4aca829
No related branches found
No related tags found
No related merge requests found
...@@ -258,9 +258,9 @@ namespace dd4hep { ...@@ -258,9 +258,9 @@ namespace dd4hep {
virtual Readout readout(const std::string& name) const = 0; virtual Readout readout(const std::string& name) const = 0;
/// Retrieve a sensitive detector by it's name from the detector description /// Retrieve a sensitive detector by it's name from the detector description
virtual SensitiveDetector sensitiveDetector(const std::string& name) const = 0; virtual SensitiveDetector sensitiveDetector(const std::string& name) const = 0;
/// Retrieve a subdetector element by it's name from the detector description
virtual CartesianField field(const std::string& name) const = 0;
/// Retrieve a field component by it's name from the detector description /// Retrieve a field component by it's name from the detector description
virtual CartesianField field(const std::string& name) const = 0;
/// Retrieve a subdetector element by it's name from the detector description
virtual DetElement detector(const std::string& name) const = 0; virtual DetElement detector(const std::string& name) const = 0;
/// Add a new constant to the detector description /// Add a new constant to the detector description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment