Skip to content
Snippets Groups Projects
Commit 34060d9f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: adapt clustering to new hcal barrel assumptions

parent 42f77188
No related branches found
No related tags found
1 merge request!278fix: adapt clustering to new hcal barrel assumptions
......@@ -337,8 +337,7 @@ cb_hcal_reco = CalHitReco("cb_hcal_reco",
outputHitCollection="HcalBarrelHitsReco",
thresholdFactor=5.0,
readoutClass="HcalBarrelHits",
layerField="layer",
sectorField="module",
sectorField="sector",
samplingFraction=cb_hcal_sf,
**cb_hcal_daq)
algs.append(cb_hcal_reco)
......@@ -347,8 +346,8 @@ cb_hcal_merger = CalHitsMerger("cb_hcal_merger",
inputHitCollection=cb_hcal_reco.outputHitCollection,
outputHitCollection="HcalBarrelHitsRecoXY",
readoutClass="HcalBarrelHits",
fields=["layer", "slice"],
fieldRefNumbers=[1, 0])
fields=["tile"],
fieldRefNumbers=[0])
algs.append(cb_hcal_merger)
cb_hcal_cl = IslandCluster("cb_hcal_cl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment