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

ImagingClusterReco no more inputHitCollection

parent 970c7dab
No related branches found
No related tags found
1 merge request!242EDM4hep: mcparticles -> MCParticles
This commit is part of merge request !242. Comments created here will be created in the context of that merge request.
......@@ -184,7 +184,6 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl",
cb_ecal_clreco = ImagingClusterReco("cb_ecal_clreco",
samplingFraction=cb_ecal_sf,
inputHitCollection=cb_ecal_cl.inputHitCollection,
inputProtoClusterCollection=cb_ecal_cl.outputProtoClusterCollection,
mcHits="EcalBarrelHits",
outputClusterCollection="EcalBarrelImagingClusters",
......
......@@ -79,7 +79,6 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl",
cb_ecal_clreco = ImagingClusterReco("cb_ecal_clreco",
samplingFraction=cb_ecal_sf,
inputHitCollection=cb_ecal_cl.inputHitCollection,
inputProtoClusterCollection=cb_ecal_cl.outputProtoClusterCollection,
outputClusterCollection="EcalBarrelImagingClusters",
outputLayerCollection="EcalBarrelImagingLayers",
......
......@@ -84,7 +84,6 @@ imcalcluster = ImagingTopoCluster('imcal_cluster',
sectorDist=3.*cm)
clusterreco = ImagingClusterReco('imcal_clreco',
#OutputLevel=DEBUG,
inputHitCollection=imcalcluster.inputHitCollection,
inputProtoClusterCollection=imcalcluster.outputProtoClusterCollection,
outputLayerCollection='EcalBarrelImagingClustersLayers',
outputClusterCollection='EcalBarrelImagingClusters',
......
......@@ -70,7 +70,6 @@ imcalcluster = ImagingTopoCluster("imcal_cluster",
minClusterNhits=5)
clusterreco = ImagingClusterReco("imcal_clreco",
# OutputLevel=DEBUG,
inputHitCollection=imcalcluster.inputHitCollection,
inputProtoClusterCollection=imcalcluster.outputProtoClusterCollection,
outputLayerCollection="EcalBarrelImagingClustersLayers",
outputClusterCollection="EcalBarrelImagingClusters",
......
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