Skip to content
Snippets Groups Projects
Unverified Commit 0d0c9c65 authored by Shyam Kumar's avatar Shyam Kumar Committed by GitHub
Browse files

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.
parent f0746298
No related branches found
No related tags found
No related merge requests found
Pipeline #96515 passed with warnings
...@@ -27,7 +27,7 @@ eicrecon \ ...@@ -27,7 +27,7 @@ eicrecon \
-Pacts:MaterialMap=calibrations/materials-map.cbor \ -Pacts:MaterialMap=calibrations/materials-map.cbor \
-Ppodio:output_file="${filename}"_${mom_array[i]}.edm4eic.root \ -Ppodio:output_file="${filename}"_${mom_array[i]}.edm4eic.root \
-Pdd4hep:xml_files=../epic/install/share/epic/epic_craterlake_tracking_only.xml \ -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 sim${mom_array[i]}.edm4hep.root
done done
......
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