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

ClusterRecoCoG does not have mcHits

parent 905345a9
Branches
Tags
1 merge request!242EDM4hep: mcparticles -> MCParticles
......@@ -72,7 +72,6 @@ WSciFi_cl = IslandCluster('WSciFi_cl',
WSciFi_clreco = RecoCoG('WSciFi_clreco',
inputProtoClusterCollection = WSciFi_cl.outputProtoClusterCollection,
outputClusterCollection='ZDCEcalClusters',
mcHits="ZDCEcalHits",
logWeightBase=3.6)
PbSci_cl = IslandCluster('PbSci_cl',
......@@ -86,7 +85,6 @@ PbSci_cl = IslandCluster('PbSci_cl',
PbSci_clreco = RecoCoG('PbSci_clreco',
inputProtoClusterCollection = PbSci_cl.outputProtoClusterCollection,
outputClusterCollection='ZDCHcalClusters',
mcHits="ZDCHcalHits",
logWeightBase=3.6,
samplingFraction=kwargs['PbSci_sf'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment