Skip to content
Snippets Groups Projects

Use material maps for canyonlands

Merged Sylvester Joosten requested to merge sly2j-master-patch-57177 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading