Skip to content

Commit 7671865

Browse files
committed
fix: skip 1k events
1 parent 2777044 commit 7671865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/material_map/run_material_map_validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ propFile=propagation_material
116116
echo "::group::----GEANTINO SCAN------"
117117
# output geant4_material_tracks.root
118118
# The result of the geantino scan will be a root file containing material tracks. Those contain the direction and production vertex of the geantino, the total material accumulated and all the interaction points in the detector.
119-
sed -i 's/seed=228/seed=306/' Examples/Scripts/Python/material_recording.py
119+
sed -i 's/seed=228/seed=1306/' Examples/Scripts/Python/material_recording.py
120120
python material_recording_epic.py -i ${DETECTOR_PATH}/${DETECTOR_CONFIG}.xml -n ${nevents} -t ${nparticles} -o ${recordingFile}
121121
echo "::endgroup::"
122122

0 commit comments

Comments
 (0)