File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
"geometry_file" : " ${detector_config}.gdml" ,
3
3
"event_file" : " pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc" ,
4
4
"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" ,
5
6
"offload_output_file" :
6
7
" pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.offloaded.hepmc3" ,
7
8
"num_track_slots" : 1024 ,
21
22
"epsilon_step" : 1e-05
22
23
},
23
24
"use_device" : false ,
24
- "sd_type" : " simple_calo " ,
25
+ "sd_type" : " event_hit " ,
25
26
"step_diagnostic" : false ,
26
27
"step_diagnostic_bins" : 8 ,
27
28
"slot_diagnostic_prefix" : " slot-diag-cpu-"
Original file line number Diff line number Diff line change 40
40
name : celeritas_${{matrix.detector_config}}_pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json
41
41
path : " pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json"
42
42
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
You can’t perform that action at this time.
0 commit comments