From ddfe95e899af2cc4bec04f145142a9f673f12513 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 21 May 2021 03:17:36 -0500
Subject: [PATCH] 	modified:   part2/adding_detectors.md

---
 src/docs/part2/adding_detectors.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/docs/part2/adding_detectors.md b/src/docs/part2/adding_detectors.md
index f398ce1..c1e2d7c 100644
--- a/src/docs/part2/adding_detectors.md
+++ b/src/docs/part2/adding_detectors.md
@@ -239,11 +239,10 @@ parallel the geometry (and probably should).
 
 Uncomment the include line in `gem_tracker.xml`
 
-
 ```xml
   <include ref="compact/gem_tracker_endcap.xml"/>
 ```
-And have a look at the detector part of the compact file.
+And have a look at the detector part of `compact/gem_tracker_endcap.xml`.
 
 ```xml
 <detector
@@ -302,7 +301,7 @@ And have a look at the detector part of the compact file.
 
 Here you see a different strategy: build a module, then build layers constructed from the module. 
 
-Here is the detector constructor function
+The corresponding detector constructor function  is in `src/TrapEndcapTracker_geo.cpp`
 ```cpp
 static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector sens) {
   typedef vector<PlacedVolume> Placements;
-- 
GitLab