Skip to content
Snippets Groups Projects

Fixing the acts extension.

Closed Whitney Armstrong requested to merge acts_endcap_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -92,7 +92,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
if (x_slice.isSensitive()) {
sens.setType("tracker");
s_vol.setSensitiveDetector(sens);
Acts::ActsExtension* moduleExtension = new Acts::ActsExtension("XZY");
Acts::ActsExtension* moduleExtension = new Acts::ActsExtension();
slice_de.addExtension<Acts::ActsExtension>(moduleExtension);
}
s_vol.setAttributes(description, x_slice.regionStr(), x_slice.limitsStr(), x_slice.visStr());
Loading