Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
run.sh: make full geant track history available to EICrecon (#23)
Browse files Browse the repository at this point in the history
Few reasons for doing this:

1. This is consistent with what users have set by default (and what is
debugged for)
2. Should not cause a significant intermediate file bloat
3. We need this if we want to start enabling associations not with just
status=1 particles
  • Loading branch information
veprbl authored Nov 11, 2024
1 parent ed0ec04 commit 2998e77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ mkdir -p ${RECO_TEMP} ${BASEDIR}/${RECO_DIR}
--enableGun \
--steeringFile ${INPUT_FILE} \
--numberOfEvents ${EVENTS_PER_TASK} \
--part.minimalKineticEnergy 1*TeV \
--filter.tracker 'edep0' \
--compactFile ${DETECTOR_PATH}/${DETECTOR_CONFIG}.xml \
--outputFile ${FULL_TEMP}/${TASKNAME}.edm4hep.root
Expand Down

0 comments on commit 2998e77

Please sign in to comment.