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

HitsDigi and HitsReco to RawHits and RecHits for EcalBarrelImaging

parent e0226986
No related branches found
No related tags found
1 merge request!169Rename HitsReco to RecHits (for full reconstruction only)
......@@ -230,13 +230,13 @@ img_barrel_daq = dict(
img_barrel_digi = CalHitDigi("img_barrel_digi",
inputHitCollection="EcalBarrelHits",
outputHitCollection="EcalBarrelImagingHitsDigi",
outputHitCollection="EcalBarrelImagingRawHits",
energyResolutions=[0., 0.02, 0.], # 2% flat resolution
**img_barrel_daq)
img_barrel_reco = ImCalPixelReco("img_barrel_reco",
inputHitCollection=img_barrel_digi.outputHitCollection,
outputHitCollection="EcalBarrelImagingHitsReco",
outputHitCollection="EcalBarrelImagingRecHits",
thresholdFactor=3, # about 20 keV
readoutClass="EcalBarrelHits", # readout class
layerField="layer", # field to get layer id
......
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