Skip to content
Snippets Groups Projects

Replaced JUGGLER_DETECTOR_PATH with DETECTOR_PATH.

Merged Whitney Armstrong requested to merge detector_path into master
14 files
+ 21
25
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -10,7 +10,7 @@ from Configurables import ApplicationMgr, EICDataSvc, PodioInput, PodioOutput, G
from GaudiKernel.SystemOfUnits import MeV, GeV, mm, cm, mrad
detector_name = str(os.environ.get("JUGGLER_DETECTOR", "athena"))
detector_path = str(os.environ.get("JUGGLER_DETECTOR_PATH", "."))
detector_path = str(os.environ.get("DETECTOR_PATH", "."))
compact_path = os.path.join(detector_path, detector_name)
# get sampling fractions from system environment variable, 1.0 by default
Loading