diff --git a/.github/workflows/create-test-input-file.yaml b/.github/workflows/create-test-input-file.yaml index 95af794..6498ef7 100644 --- a/.github/workflows/create-test-input-file.yaml +++ b/.github/workflows/create-test-input-file.yaml @@ -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