Skip to content
Snippets Groups Projects

Use JUGGLER_DETECTOR_CONFIG for xml file

Merged Wouter Deconinck requested to merge juggler-detector-config into master
26 files
+ 35
35
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -9,8 +9,8 @@ import ROOT
from Configurables import ApplicationMgr, EICDataSvc, PodioInput, PodioOutput, GeoSvc
from GaudiKernel.SystemOfUnits import MeV, GeV, mm, cm, mrad
detector_name = str(os.environ.get("JUGGLER_DETECTOR", "athena"))
detector_version = str(os.environ.get("JUGGLER_DETECTOR", "master"))
detector_name = str(os.environ.get("JUGGLER_DETECTOR_CONFIG", "athena"))
detector_version = str(os.environ.get("JUGGLER_DETECTOR_VERSION", "master"))
detector_path = str(os.environ.get("DETECTOR_PATH", "."))
compact_path = os.path.join(detector_path, detector_name)
Loading