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

ImagingClusterReco has no *Collection on its inputs/outputs

parent cd109bba
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.
...@@ -182,10 +182,10 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl", ...@@ -182,10 +182,10 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl",
cb_ecal_clreco = ImagingClusterReco("cb_ecal_clreco", cb_ecal_clreco = ImagingClusterReco("cb_ecal_clreco",
samplingFraction=cb_ecal_sf, samplingFraction=cb_ecal_sf,
inputProtoClusterCollection=cb_ecal_cl.outputProtoClusterCollection, inputProtoClusters=cb_ecal_cl.outputProtoClusterCollection,
mcHits="EcalBarrelHits", mcHits="EcalBarrelHits",
outputClusterCollection="EcalBarrelImagingClusters", outputClusters="EcalBarrelImagingClusters",
outputLayerCollection="EcalBarrelImagingLayers") outputLayers="EcalBarrelImagingLayers")
#Central ECAL SciFi #Central ECAL SciFi
# use the same daq_setting for digi/reco pair # use the same daq_setting for digi/reco pair
......
...@@ -84,9 +84,9 @@ imcalcluster = ImagingTopoCluster('imcal_cluster', ...@@ -84,9 +84,9 @@ imcalcluster = ImagingTopoCluster('imcal_cluster',
sectorDist=3.*cm) sectorDist=3.*cm)
clusterreco = ImagingClusterReco('imcal_clreco', clusterreco = ImagingClusterReco('imcal_clreco',
#OutputLevel=DEBUG, #OutputLevel=DEBUG,
inputProtoClusterCollection=imcalcluster.outputProtoClusterCollection, inputProtoClusters=imcalcluster.outputProtoClusterCollection,
outputLayerCollection='EcalBarrelImagingClustersLayers', outputLayers='EcalBarrelImagingClustersLayers',
outputClusterCollection='EcalBarrelImagingClusters', outputClusters='EcalBarrelImagingClusters',
mcHits="EcalBarrelHits", mcHits="EcalBarrelHits",
samplingFraction=kwargs['img_sf']) samplingFraction=kwargs['img_sf'])
......
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