Skip to content
Snippets Groups Projects
Commit d617e687 authored by Maria Zurek's avatar Maria Zurek
Browse files

Change name of the readout class for the img hits

parent 86b3d8fd
No related branches found
No related tags found
1 merge request!167Resolve "Clarify EcalBarrel clusters naming in full simulation outputs"
This commit is part of merge request !167. Comments created here will be created in the context of that merge request.
...@@ -170,7 +170,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco", ...@@ -170,7 +170,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
inputHitCollection=cb_ecal_digi.outputHitCollection, inputHitCollection=cb_ecal_digi.outputHitCollection,
outputHitCollection="EcalBarrelImagingHitsReco", outputHitCollection="EcalBarrelImagingHitsReco",
thresholdFactor=3, # about 20 keV thresholdFactor=3, # about 20 keV
readoutClass="EcalBarrelImagingHits", # readout class readoutClass="EcalBarrelHits", # readout class
layerField="layer", # field to get layer id layerField="layer", # field to get layer id
sectorField="module", # field to get sector id sectorField="module", # field to get sector id
**cb_ecal_daq) **cb_ecal_daq)
......
...@@ -67,7 +67,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco", ...@@ -67,7 +67,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
inputHitCollection=cb_ecal_digi.outputHitCollection, inputHitCollection=cb_ecal_digi.outputHitCollection,
outputHitCollection="EcalBarrelImagingHitsReco", outputHitCollection="EcalBarrelImagingHitsReco",
thresholdFactor=3, # about 20 keV thresholdFactor=3, # about 20 keV
readoutClass="EcalBarrelImagingHits", # readout class readoutClass="EcalBarrelHits", # readout class
layerField="layer", # field to get layer id layerField="layer", # field to get layer id
sectorField="module", # field to get sector id sectorField="module", # field to get sector id
**cb_ecal_daq) **cb_ecal_daq)
......
...@@ -238,7 +238,7 @@ img_barrel_reco = ImCalPixelReco("img_barrel_reco", ...@@ -238,7 +238,7 @@ img_barrel_reco = ImCalPixelReco("img_barrel_reco",
inputHitCollection=img_barrel_digi.outputHitCollection, inputHitCollection=img_barrel_digi.outputHitCollection,
outputHitCollection="EcalBarrelImagingHitsReco", outputHitCollection="EcalBarrelImagingHitsReco",
thresholdFactor=3, # about 20 keV thresholdFactor=3, # about 20 keV
readoutClass="EcalBarrelImagingHits", # readout class readoutClass="EcalBarrelHits", # readout class
layerField="layer", # field to get layer id layerField="layer", # field to get layer id
sectorField="module", # field to get sector id sectorField="module", # field to get sector id
**img_barrel_daq) **img_barrel_daq)
......
...@@ -60,7 +60,7 @@ imcal_barrel_reco = CalHitReco('imcal_barrel_reco', ...@@ -60,7 +60,7 @@ imcal_barrel_reco = CalHitReco('imcal_barrel_reco',
inputHitCollection=imcal_barrel_digi.outputHitCollection, inputHitCollection=imcal_barrel_digi.outputHitCollection,
outputHitCollection='EcalBarrelImagingHitsReco', outputHitCollection='EcalBarrelImagingHitsReco',
thresholdFactor=5.0, thresholdFactor=5.0,
readoutClass='EcalBarrelImagingHits', readoutClass='EcalBarrelHits',
localDetFields=['system', 'module'], # use local coordinates in each module (stave) localDetFields=['system', 'module'], # use local coordinates in each module (stave)
**imcal_barrel_daq) **imcal_barrel_daq)
......
...@@ -65,7 +65,7 @@ imcalreco = ImagingPixelReco("imcal_reco", ...@@ -65,7 +65,7 @@ imcalreco = ImagingPixelReco("imcal_reco",
# OutputLevel=DEBUG, # OutputLevel=DEBUG,
inputHitCollection=imcaldigi.outputHitCollection, inputHitCollection=imcaldigi.outputHitCollection,
outputHitCollection="RecoEcalBarrelImagingHits", outputHitCollection="RecoEcalBarrelImagingHits",
readoutClass="EcalBarrelImagingHits", readoutClass="EcalBarrelHits",
layerField="layer", layerField="layer",
sectorField="module", sectorField="module",
**daq_setting) **daq_setting)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment