Skip to content

Commit

Permalink
feat: sd_type = event_hit with ROOT output file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and rahmans1 committed Dec 11, 2024
1 parent cb34596 commit ca42603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/celeritas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"geometry_file": "${detector_config}.gdml",
"event_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc",
"output_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json",
"physics_output_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root",
"offload_output_file":
"pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.offloaded.hepmc3",
"num_track_slots": 1024,
Expand All @@ -21,7 +22,7 @@
"epsilon_step": 1e-05
},
"use_device": false,
"sd_type": "simple_calo",
"sd_type": "event_hit",
"step_diagnostic": false,
"step_diagnostic_bins": 8,
"slot_diagnostic_prefix": "slot-diag-cpu-"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/celeritas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json
path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json"
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root
path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root"
if-no-files-found: error

0 comments on commit ca42603

Please sign in to comment.