From 43b393c0be66e927ab8a4e3304956f9b256f7cf7 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 17 Apr 2021 18:06:21 -0500
Subject: [PATCH] 	modified:   simple_info_plot_histograms.cxx

---
 benchmarks/calorimeters/simple_info_plot_histograms.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/calorimeters/simple_info_plot_histograms.cxx b/benchmarks/calorimeters/simple_info_plot_histograms.cxx
index 980b856a..36fcd755 100644
--- a/benchmarks/calorimeters/simple_info_plot_histograms.cxx
+++ b/benchmarks/calorimeters/simple_info_plot_histograms.cxx
@@ -54,7 +54,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot
 
   // Detector
   dd4hep::Detector& detector = dd4hep::Detector::getInstance();
-  detector.fromCompact("./calorimeters/ZDC_example.xml");  
+  detector.fromCompact("benchmarks/calorimeters/ZDC_example.xml");  
   // Volume
   dd4hep::VolumeManager volman = dd4hep::VolumeManager::getVolumeManager(detector);
   // CellID Coverter
-- 
GitLab