Skip to content
Snippets Groups Projects
Commit c2e03a06 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Update benchmarks/tracking/options/track_reconstruction.py

parent a81e852d
No related branches found
No related tags found
1 merge request!229Use material maps for canyonlands
This commit is part of merge request !229. Comments created here will be created in the context of that merge request.
...@@ -33,7 +33,7 @@ if detector_version == 'acadia': ...@@ -33,7 +33,7 @@ if detector_version == 'acadia':
else: else:
geo_service = GeoSvc("GeoSvc", geo_service = GeoSvc("GeoSvc",
detectors=["{}/{}.xml".format(detector_path,detector_name)], 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) OutputLevel=WARNING)
podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=WARNING) podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=WARNING)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment