From 74dd67ba0181f31a89c055448e2b01741b3f2b3c Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 22 Feb 2022 11:29:22 -0600
Subject: [PATCH] ImagingClusterReco no more inputHitCollection

---
 benchmarks/clustering/options/full_cal_reco.py         | 1 -
 benchmarks/ecal/options/barrel.py                      | 1 -
 benchmarks/imaging_ecal/options/hybrid_cluster.py      | 1 -
 benchmarks/imaging_ecal/options/imaging_topocluster.py | 1 -
 4 files changed, 4 deletions(-)

diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py
index dc8a231c..005e65a7 100644
--- a/benchmarks/clustering/options/full_cal_reco.py
+++ b/benchmarks/clustering/options/full_cal_reco.py
@@ -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",
diff --git a/benchmarks/ecal/options/barrel.py b/benchmarks/ecal/options/barrel.py
index 0ef57127..3e1290a8 100644
--- a/benchmarks/ecal/options/barrel.py
+++ b/benchmarks/ecal/options/barrel.py
@@ -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",
diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py
index fcceba08..58ea023e 100644
--- a/benchmarks/imaging_ecal/options/hybrid_cluster.py
+++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py
@@ -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',
diff --git a/benchmarks/imaging_ecal/options/imaging_topocluster.py b/benchmarks/imaging_ecal/options/imaging_topocluster.py
index 305cc934..414e65d2 100644
--- a/benchmarks/imaging_ecal/options/imaging_topocluster.py
+++ b/benchmarks/imaging_ecal/options/imaging_topocluster.py
@@ -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",
-- 
GitLab