Skip to content
Snippets Groups Projects
Commit 83dd1f5c authored by Jihee Kim's avatar Jihee Kim
Browse files

Modified a path to XML file.

parent 33644760
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot ...@@ -43,7 +43,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot
ROOT::RDataFrame d0(*t);//, {"ZDCHits","MCParticles"}); ROOT::RDataFrame d0(*t);//, {"ZDCHits","MCParticles"});
dd4hep::Detector& detector = dd4hep::Detector::getInstance(); dd4hep::Detector& detector = dd4hep::Detector::getInstance();
detector.fromCompact("ZDC_example.xml"); detector.fromCompact("./calorimeters/ZDC_example.xml");
//dd4hep::VolumeManager volman = detector.volumeManager(); //dd4hep::VolumeManager volman = detector.volumeManager();
//volman.getVolumeManager(detector); //volman.getVolumeManager(detector);
......
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