Skip to content
Snippets Groups Projects

fix: rename imaging/scfi module to sector

Merged Wouter Deconinck requested to merge imaging-scfi-module-to-sector into master
5 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -205,7 +205,7 @@ if has_ecal_barrel_scfi:
thresholdFactor=3, # about 20 keV
readoutClass="EcalBarrelImagingHits", # readout class
layerField="layer", # field to get layer id
sectorField="module", # field to get sector id
sectorField="sector", # field to get sector id
samplingFraction=cb_ecal_sf,
**cb_ecal_daq)
algs.append(cb_ecal_reco)
@@ -290,8 +290,8 @@ if has_ecal_barrel_scfi:
thresholdFactor=5.0,
readoutClass="EcalBarrelScFiHits",
layerField="layer",
sectorField="module",
localDetFields=["system", "module"], # use local coordinates in each module (stave)
sectorField="sector",
localDetFields=["system", "sector"], # use local coordinates in each sector
samplingFraction=scifi_barrel_sf,
**scfi_barrel_daq)
algs.append(scfi_barrel_reco)
Loading