Skip to content
Snippets Groups Projects
Commit 1377b2d7 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

full_cal_reco.py: drop tile readout field

parent 980d3491
No related branches found
No related tags found
1 merge request!325full_cal_reco.py: drop tile readout field
......@@ -346,8 +346,8 @@ cb_hcal_merger = CalHitsMerger("cb_hcal_merger",
inputHitCollection=cb_hcal_reco.outputHitCollection,
outputHitCollection="HcalBarrelHitsRecoXY",
readoutClass="HcalBarrelHits",
fields=["tile"],
fieldRefNumbers=[0])
fields=[],
fieldRefNumbers=[])
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