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

modified: options/tracker_reconstruction.py

parent d164f228
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ if "JUGGLER_DETECTOR" in os.environ : ...@@ -12,6 +12,9 @@ if "JUGGLER_DETECTOR" in os.environ :
input_sim_file = str(os.environ["JUGGLER_SIM_FILE"]) input_sim_file = str(os.environ["JUGGLER_SIM_FILE"])
output_rec_file = str(os.environ["JUGGLER_REC_FILE"]) output_rec_file = str(os.environ["JUGGLER_REC_FILE"])
n_events = str(os.environ["JUGGLER_N_EVENTS"]) n_events = str(os.environ["JUGGLER_N_EVENTS"])
detector_path = ""
if "JUGGLER_DETECTOR_PATH" in os.environ :
detector_path = str(os.environ["JUGGLER_DETECTOR_PATH"]) detector_path = str(os.environ["JUGGLER_DETECTOR_PATH"])
geo_service = GeoSvc("GeoSvc", geo_service = GeoSvc("GeoSvc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment