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

Skipping rich tests which are not working.

	modified:   rich/forward_hadrons.sh
	modified:   tracking/options/tracker_reconstruction.py
parent ff1e71c9
No related branches found
No related tags found
1 merge request!57Skipping rich tests which are not working.
...@@ -54,6 +54,10 @@ fi ...@@ -54,6 +54,10 @@ fi
# exit 1 # exit 1
#fi #fi
#### skipping
return
npsim --runType batch \ npsim --runType batch \
--part.minimalKineticEnergy 1000*GeV \ --part.minimalKineticEnergy 1000*GeV \
-v WARNING \ -v WARNING \
......
...@@ -7,6 +7,7 @@ from GaudiKernel import SystemOfUnits as units ...@@ -7,6 +7,7 @@ from GaudiKernel import SystemOfUnits as units
detector_name = "topside" 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 : if "JUGGLER_DETECTOR_PATH" in os.environ :
detector_name = str(os.environ["JUGGLER_DETECTOR_PATH"])+"/"+detector_name detector_name = str(os.environ["JUGGLER_DETECTOR_PATH"])+"/"+detector_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment