From 0d0c9c6573304dbd9e4154b61a1a6c32ecfc1ab3 Mon Sep 17 00:00:00 2001
From: Shyam Kumar <shyam055119@gmail.com>
Date: Wed, 26 Jun 2024 21:30:35 +0200
Subject: [PATCH] Compatible with new EICRecon version

In the latest EICRecon I got error for reconstructed particle and reported on mattermost (track recon) channel. In my script these reconstructed particle are dummy so removing them to get rid of the error.
---
 benchmarks/tracking_performances/Script_widebin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/tracking_performances/Script_widebin.sh b/benchmarks/tracking_performances/Script_widebin.sh
index 6b186f47..e6335920 100644
--- a/benchmarks/tracking_performances/Script_widebin.sh
+++ b/benchmarks/tracking_performances/Script_widebin.sh
@@ -27,7 +27,7 @@ eicrecon \
  -Pacts:MaterialMap=calibrations/materials-map.cbor \
  -Ppodio:output_file="${filename}"_${mom_array[i]}.edm4eic.root \
  -Pdd4hep:xml_files=../epic/install/share/epic/epic_craterlake_tracking_only.xml   \
- -Ppodio:output_collections="ReconstructedChargedParticles,ReconstructedSeededChargedParticles,MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralTrackVertices" \
+ -Ppodio:output_collections="MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralTrackVertices" \
  sim${mom_array[i]}.edm4hep.root
 done 
 
-- 
GitLab