Skip to content
Snippets Groups Projects
Commit 94e5550c authored by Chao Peng's avatar Chao Peng
Browse files

add readoutClass names

parent 2dbf8be4
No related branches found
No related tags found
1 merge request!110add readoutClass names
......@@ -86,11 +86,13 @@ embarrelreco = EcalTungstenSamplingReco("ecal_barrel_reco",
# <id>system:8,barrel:3,module:4,layer:10,slice:5,x:32:-16,y:-16</id>
# xy_merger sum layers/slices, masking (8+3+4, 8+3+4+5+10-1)
embarrelxymerger = CalorimeterHitsMerger("ecal_barrel_xy_merger",
readoutClass="EcalBarrelHits",
fields=["layer", "slice"],
inputHitCollection="RecoEcalBarrelHits",
outputHitCollection="RecoEcalBarrelHitsXY")
# xy_merger sum modules, masking (8+3+4+5+10, 8+3+4+5+10+32-1)
embarrelzmerger = CalorimeterHitsMerger("ecal_barrel_z_merger",
readoutClass="EcalBarrelHits",
fields=["x", "y"],
inputHitCollection="RecoEcalBarrelHits",
outputHitCollection="RecoEcalBarrelHitsZ")
......
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