diff --git a/benchmarks/ecal/options/barrel.py b/benchmarks/ecal/options/barrel.py index 18d34a5144aad815764376fa70374fd5bcf8b783..445d5920d4b7e0df5039fdbeebdff2095f86d887 100644 --- a/benchmarks/ecal/options/barrel.py +++ b/benchmarks/ecal/options/barrel.py @@ -9,7 +9,9 @@ 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_CONFIG", "athena")) +detector_name = str(os.environ.get("JUGGLER_DETECTOR", "athena")) +detector_config = str(os.environ.get("JUGGLER_DETECTOR_CONFIG", detector_name)) +detector_version = str(os.environ.get("JUGGLER_DETECTOR_VERSION", "master")) detector_path = str(os.environ.get("DETECTOR_PATH", ".")) compact_path = str(os.environ.get("JUGGLER_COMPACT_PATH", "{}.xml".format(os.path.join(detector_path, detector_name))))