From c2e03a06328d829ddb93b7d24fc7fce4a2eace5b Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 28 Oct 2021 19:06:32 +0000 Subject: [PATCH] Update benchmarks/tracking/options/track_reconstruction.py --- benchmarks/tracking/options/track_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/tracking/options/track_reconstruction.py b/benchmarks/tracking/options/track_reconstruction.py index b56a7dc9..0dc95a23 100644 --- a/benchmarks/tracking/options/track_reconstruction.py +++ b/benchmarks/tracking/options/track_reconstruction.py @@ -33,7 +33,7 @@ if detector_version == 'acadia': else: geo_service = GeoSvc("GeoSvc", detectors=["{}/{}.xml".format(detector_path,detector_name)], - materials="{}/calibrations/materials-map.cbor".format(DETECTOR_PATH), + materials="{}/calibrations/materials-map.cbor".format(detector_path), OutputLevel=WARNING) podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=WARNING) -- GitLab