From ab802192b11c569ff2664dbae2713b5f6cb10310 Mon Sep 17 00:00:00 2001 From: Stanislava Sevova <ssevova@stanford.edu> Date: Thu, 5 Nov 2020 06:03:30 -0800 Subject: [PATCH] add back detectorName --- .../InDetDetDescr/PixelGeoModelXml/src/PixelDetectorFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorFactory.cxx b/InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorFactory.cxx index 7fddc1585e7..3dac427c6e7 100644 --- a/InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorFactory.cxx +++ b/InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorFactory.cxx @@ -46,7 +46,7 @@ namespace InDetDDSLHC { // // Create the detector manager... should allow the name to be set // - m_detectorManager = new InDetDD::PixelDetectorManager(detStore());//,m_options->detectorName()); + m_detectorManager = new InDetDD::PixelDetectorManager(detStore(),m_options->detectorName()); // // Set Detector Manager pixel version information // -- GitLab