diff --git a/benchmarks/femc_electron/Snakefile b/benchmarks/femc_electron/Snakefile
index d1e77db8b69df5a2d3ce2b35dbb53c88a3b15b8f..015a6350f5a2c4cfd45510e581d8fef1e58e9d72 100644
--- a/benchmarks/femc_electron/Snakefile
+++ b/benchmarks/femc_electron/Snakefile
@@ -60,7 +60,7 @@ rule femc_electron_recon:
     shell:
         """
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters,EcalEndcapPInsertRecHits,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
 """
 
 rule femc_electron_analysis:
diff --git a/benchmarks/femc_photon/Snakefile b/benchmarks/femc_photon/Snakefile
index 5cfecca5bf5afd1a7d32d7a1d41812416a7d6193..a3793d4927d7f1157055b42a093c0db8a4be0e2e 100644
--- a/benchmarks/femc_photon/Snakefile
+++ b/benchmarks/femc_photon/Snakefile
@@ -60,7 +60,7 @@ rule femc_photon_recon:
     shell:
         """
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters,EcalEndcapPInsertRecHits,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
 """
 
 rule femc_photon_analysis:
diff --git a/benchmarks/femc_pi0/Snakefile b/benchmarks/femc_pi0/Snakefile
index 9d753f3383da9cbbab6bff64a8fe0ad91be8279a..a838c356300101da770cfc83e2d9f35313dda12a 100644
--- a/benchmarks/femc_pi0/Snakefile
+++ b/benchmarks/femc_pi0/Snakefile
@@ -60,7 +60,7 @@ rule femc_pi0_recon:
     shell:
         """
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters,EcalEndcapPInsertRecHits,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,EcalEndcapPClusters -Pjana:nevents={params.N_EVENTS}
 """
 
 rule femc_pi0_analysis:
diff --git a/benchmarks/insert_muon/Snakefile b/benchmarks/insert_muon/Snakefile
index 85e3e27bc72b91d0defed0069c34318b93059e29..323bf4325dd30c9fe123dae2e810629f3c37d165 100644
--- a/benchmarks/insert_muon/Snakefile
+++ b/benchmarks/insert_muon/Snakefile
@@ -54,7 +54,7 @@ rule insert_muon_recon:
         """
 NEVENTS_REC=1000
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters  -Pjana:nevents=$NEVENTS_REC
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits  -Pjana:nevents=$NEVENTS_REC
 """
 
 rule insert_muon_analysis:
diff --git a/benchmarks/insert_neutron/Snakefile b/benchmarks/insert_neutron/Snakefile
index 940abc6ec5e81c7ad667042d129f5198338cdb90..5cb2e44f5b62548bced07bd1c7fb77d9069d737d 100644
--- a/benchmarks/insert_neutron/Snakefile
+++ b/benchmarks/insert_neutron/Snakefile
@@ -55,7 +55,7 @@ rule insert_neutron_recon:
         """
 NEVENTS_REC=200
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters  -Pjana:nevents=$NEVENTS_REC
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPClusters  -Pjana:nevents=$NEVENTS_REC
 """
 
 rule insert_neutron_analysis:
diff --git a/benchmarks/insert_neutron/analysis/neutron_plots.py b/benchmarks/insert_neutron/analysis/neutron_plots.py
index 451b6cf1bcf443c36aa4227109ca07d6a8117147..c5f3e928285b72eb068f332ccff8d3c022866661 100644
--- a/benchmarks/insert_neutron/analysis/neutron_plots.py
+++ b/benchmarks/insert_neutron/analysis/neutron_plots.py
@@ -141,7 +141,7 @@ for p in 20, 30,40,50,60,70, 80:
     wbest=0
     a=arrays_sim[p]
     h=np.sum(a[f'HcalEndcapPInsertClusters.energy'], axis=-1)
-    e=np.sum(a[f'EcalEndcapPInsertClusters.energy'], axis=-1)
+    e=np.sum(a[f'EcalEndcapPClusters.energy'], axis=-1)
     for w in wrange:
         
         r=(e/w+h)[(h>0)&(a['eta_truth']>eta_min)&(a['eta_truth']<eta_max)]
@@ -222,7 +222,7 @@ for eta_min, eta_max in zip(partitions[:-1],partitions[1:]):
         w=w_avg
         a=arrays_sim[p]
         h=np.sum(a[f'HcalEndcapPInsertClusters.energy'], axis=-1)
-        e=np.sum(a[f'EcalEndcapPInsertClusters.energy'], axis=-1)
+        e=np.sum(a[f'EcalEndcapPClusters.energy'], axis=-1)
         #phi=a['phi_truth']
         uncorr=(e/w+h)
         s=-0.0064*uncorr+1.80
diff --git a/benchmarks/insert_tau/Snakefile b/benchmarks/insert_tau/Snakefile
index d3843439c347c06883150b6486b52139087e7d3a..bbc5038bafcd8a65a6804eb9fc2cfd10dcaed485 100644
--- a/benchmarks/insert_tau/Snakefile
+++ b/benchmarks/insert_tau/Snakefile
@@ -60,7 +60,7 @@ rule insert_tau_recon:
     shell:
         """
 env DETECTOR_CONFIG={params.DETECTOR_CONFIG} \
-  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPInsertRecHits,EcalEndcapPInsertClusters,EcalEndcapPClusters,LFHCALClusters  -Pjana:nevents={params.N_EVENTS}
+  eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Ppodio:output_collections=MCParticles,HcalEndcapPInsertRecHits,HcalEndcapPInsertClusters,HcalEndcapPInsertSubcellHits,EcalEndcapPClusters,LFHCALClusters  -Pjana:nevents={params.N_EVENTS}
 """
 
 rule insert_tau_analysis:
diff --git a/benchmarks/insert_tau/analysis/tau_plots.py b/benchmarks/insert_tau/analysis/tau_plots.py
index 77c2dd32179f53bd32c89cd42c881a4b15550c55..b520cc2a5d9fd87fe43d7a5260cb648d095c7f58 100644
--- a/benchmarks/insert_tau/analysis/tau_plots.py
+++ b/benchmarks/insert_tau/analysis/tau_plots.py
@@ -32,7 +32,7 @@ for a in arrays_sim.values():
     px=0
     py=0
     pz=0
-    for det in "HcalEndcapPInsert", "EcalEndcapPInsert", "EcalEndcapP", "LFHCAL":
+    for det in "HcalEndcapPInsert", "EcalEndcapP", "LFHCAL":
     
         E=a[f'{det}Clusters.energy']