Skip to content

Commit ca42603

Browse files
wdconincrahmans1
authored andcommitted
feat: sd_type = event_hit with ROOT output file
1 parent cb34596 commit ca42603

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/celeritas.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"geometry_file": "${detector_config}.gdml",
33
"event_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc",
44
"output_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json",
5+
"physics_output_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root",
56
"offload_output_file":
67
"pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.offloaded.hepmc3",
78
"num_track_slots": 1024,
@@ -21,7 +22,7 @@
2122
"epsilon_step": 1e-05
2223
},
2324
"use_device": false,
24-
"sd_type": "simple_calo",
25+
"sd_type": "event_hit",
2526
"step_diagnostic": false,
2627
"step_diagnostic_bins": 8,
2728
"slot_diagnostic_prefix": "slot-diag-cpu-"

.github/workflows/celeritas.yml

+5
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ jobs:
4040
name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json
4141
path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json"
4242
if-no-files-found: error
43+
- uses: actions/upload-artifact@v4
44+
with:
45+
name: celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root
46+
path: "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.root"
47+
if-no-files-found: error

0 commit comments

Comments
 (0)