Skip to content
Snippets Groups Projects

Restructuring benchmarks like physics_benchmarks

Merged Whitney Armstrong requested to merge restructuring into master
Files
51
@@ -9,6 +9,9 @@ detector_name = "topside"
@@ -9,6 +9,9 @@ detector_name = "topside"
if "JUGGLER_DETECTOR" in os.environ :
if "JUGGLER_DETECTOR" in os.environ :
detector_name = str(os.environ["JUGGLER_DETECTOR"])
detector_name = str(os.environ["JUGGLER_DETECTOR"])
 
if "JUGGLER_DETECTOR_PATH" in os.environ :
 
detector_name = str(os.environ["JUGGLER_DETECTOR_PATH"]) + "/" + detector_name
 
# todo add checks
# todo add checks
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"])
Loading