diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py
index 7a71ad719fdc4bd1ac389ab6f2bd5688ecfdfc49..c3296890c898cc21eaba8b46e075d125b168117c 100644
--- a/benchmarks/full/options/full_reconstruction.py
+++ b/benchmarks/full/options/full_reconstruction.py
@@ -499,7 +499,7 @@ truth_trk_init = TrackParamTruthInit("truth_trk_init",
 
 #vtxcluster_trk_init = TrackParamVertexClusterInit("vtxcluster_trk_init",
 #        inputVertexHits="VertexBarrelRecHits",
-#        inputClusters="EcalBarrelClusters",
+#        inputClusters="EcalBarrelImagingClusters",
 #        outputInitialTrackParameters="InitTrackParamsFromVtxClusters",
 #        maxHitRadius=40.0*units.mm)
 
diff --git a/benchmarks/imaging_ecal/scripts/energy_profile.py b/benchmarks/imaging_ecal/scripts/energy_profile.py
index a8406f0c177a4862aa24820133505aff61504637..081e79cc22ddc5cb645276808193abaa19142c52 100644
--- a/benchmarks/imaging_ecal/scripts/energy_profile.py
+++ b/benchmarks/imaging_ecal/scripts/energy_profile.py
@@ -35,7 +35,7 @@ if __name__ == '__main__':
     parser.add_argument('-e', '--energy', type=float, default=5., dest='energy', help='incident particle energy (GeV)')
     parser.add_argument('-s', '--save', type=str, default='', dest='save', help='path to save profile')
     parser.add_argument('-c', '--color', type=str, default='royalblue', dest='color', help='colors for bar plots')
-    parser.add_argument('-b', '--branch-name', type=str, default='EcalBarrelClustersLayers', dest='branch',
+    parser.add_argument('-b', '--branch-name', type=str, default='EcalBarrelImagingClustersLayers', dest='branch',
                         help='branch name in the root file (outputLayerCollection from ImagingClusterReco)')
     parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros',
                         help='root macros to load (accept multiple paths separated by \",\")')
diff --git a/benchmarks/imaging_ecal/scripts/epi_separation.py b/benchmarks/imaging_ecal/scripts/epi_separation.py
index e552f21a8c4c7afdbb0189d09a3db3470d4f3433..22936ad52723a4b482942ff1ad0b6a8f00e1807c 100644
--- a/benchmarks/imaging_ecal/scripts/epi_separation.py
+++ b/benchmarks/imaging_ecal/scripts/epi_separation.py
@@ -42,7 +42,7 @@ if __name__ == '__main__':
     parser.add_argument('pifile', type=str, help='path to root file (pions)')
     parser.add_argument('--prof', type=str, default='profile.csv', help='path to electron profile')
     parser.add_argument('--plot-dir', type=str, default='./plots', dest='outdir', help='output directory')
-    parser.add_argument('-b', '--branch-name', type=str, default='EcalBarrelClustersLayers', dest='branch',
+    parser.add_argument('-b', '--branch-name', type=str, default='EcalBarrelImagingClustersLayers', dest='branch',
                         help='branch name in the root file (outputLayerCollection from ImagingClusterReco)')
     parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros',
                         help='root macros to load (accept multiple paths separated by \",\")')