From 83dd1f5c06f0fca3a6f5c1add6216abc79ed343f Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Sun, 26 Jul 2020 20:32:28 -0500 Subject: [PATCH] Modified a path to XML file. --- calorimeters/simple_info_plot_histograms.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calorimeters/simple_info_plot_histograms.cxx b/calorimeters/simple_info_plot_histograms.cxx index ba73578..4842b35 100644 --- a/calorimeters/simple_info_plot_histograms.cxx +++ b/calorimeters/simple_info_plot_histograms.cxx @@ -43,7 +43,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot ROOT::RDataFrame d0(*t);//, {"ZDCHits","MCParticles"}); dd4hep::Detector& detector = dd4hep::Detector::getInstance(); - detector.fromCompact("ZDC_example.xml"); + detector.fromCompact("./calorimeters/ZDC_example.xml"); //dd4hep::VolumeManager volman = detector.volumeManager(); //volman.getVolumeManager(detector); -- GitLab