Skip to content

Commit

Permalink
Also run reconstruction in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 5, 2024
1 parent a4e1e65 commit 1877183
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-test-input-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
cd CLICPerformance/clicConfig
ddsim --steeringFile clic_steer.py --compactFile $K4GEO/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml --enableGun --gun.distribution uniform --gun.particle gamma --gun.energy "10*GeV" --outputFile gamma_10GeV_edm4hep.root --numberOfEvents 10
cp gamma_10GeV_edm4hep.root /${name}/gamma_10GeV_edm4hep.root
cp $K4MARLINWRAPPER/examples/clicRec_e4h_input.py .
k4run clicRec_e4h_input.py --EventDataSvc.input gamma_10GeV_edm4hep.root
cp my_output.root /${name}/gamma_10GeV_edm4hep.root
EOF
Expand Down

0 comments on commit 1877183

Please sign in to comment.