Skip to content

Commit

Permalink
Compatible with new EICRecon version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Simple-Shyam authored Jun 26, 2024
1 parent f074629 commit 0d0c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/tracking_performances/Script_widebin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d0c9c6

Please sign in to comment.