Skip to content
Snippets Groups Projects
Commit d401c429 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: benchmarks/ecal/options/crystal_calorimeter_reco.py

parent 20939bb4
Branches
No related tags found
1 merge request!56Restructuring benchmarks like physics_benchmarks
......@@ -8,8 +8,9 @@ from GaudiKernel import SystemOfUnits as units
detector_name = "topside"
if "JUGGLER_DETECTOR" in os.environ :
detector_name = str(os.environ["JUGGLER_DETECTOR"])
if "JUGGLER_DETECTOR_PATH" in os.environ :
detector_name = str(os.environ["JUGGLER_DETECTOR"])+"/"+detector_name
detector_name = str(os.environ["JUGGLER_DETECTOR_PATH"])+"/"+detector_name
# todo add checks
input_sim_file = "jug_input.root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment