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

modified: benchmarks/clustering/barrel_clusters.sh

	modified:   benchmarks/rich/options/rich_reco.py
	modified:   benchmarks/tracking/options/tracker_reconstruction.py
parent d401c429
No related branches found
No related tags found
1 merge request!56Restructuring benchmarks like physics_benchmarks
......@@ -37,7 +37,7 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
#cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j30 install
#popd
root -b -q "clustering/scripts/gen_central_electrons.cxx(${JUGGLER_N_EVENTS}, \"${JUGGLER_FILE_NAME_TAG}.hepmc\")"
root -b -q "benchmarks/clustering/scripts/gen_central_electrons.cxx(${JUGGLER_N_EVENTS}, \"${JUGGLER_FILE_NAME_TAG}.hepmc\")"
#pushd ${JUGGLER_DETECTOR}
#ls -l
......
......@@ -7,6 +7,8 @@ from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
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_PATH"])+"/"+detector_name
# todo add checks
input_sim_file = str(os.environ["JUGGLER_SIM_FILE"])
......
......@@ -7,6 +7,8 @@ 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_PATH"])+"/"+detector_name
# todo add checks
input_sim_file = str(os.environ["JUGGLER_SIM_FILE"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment