Skip to content
Snippets Groups Projects
Commit 5dd6a236 authored by Jihee Kim's avatar Jihee Kim
Browse files
parents 0fec2c60 70e70008
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,6 @@ cal_test_3_zdc_neutrons_reader: ...@@ -88,7 +88,6 @@ cal_test_3_zdc_neutrons_reader:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q calorimeters/zdc_neutrons_reader.cxx - root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure: true allow_failure: true
...@@ -113,7 +112,6 @@ roman_pot_nhits: ...@@ -113,7 +112,6 @@ roman_pot_nhits:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q trackers/simple_tracking.cxx+ - root -b -q trackers/simple_tracking.cxx+
allow_failure: true allow_failure: true
...@@ -122,7 +120,6 @@ roman_pot_eta: ...@@ -122,7 +120,6 @@ roman_pot_eta:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q trackers/roman_pot_hit_eta.cxx+ - root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure: true allow_failure: true
...@@ -131,7 +128,6 @@ zdc_benchmark: ...@@ -131,7 +128,6 @@ zdc_benchmark:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/simple_checking.cxx+ - root -b -q calorimeters/simple_checking.cxx+
allow_failure: true allow_failure: true
......
#!/bin/bash #!/bin/bash
source /etc/profile
ddsim --runType batch --numberOfEvents 100 \ ddsim --runType batch --numberOfEvents 100 \
--compactFile ./calorimeters/ZDC_example.xml \ --compactFile ./calorimeters/ZDC_example.xml \
--inputFiles ./data/zdc_photons.hepmc \ --inputFiles ./data/zdc_photons.hepmc \
......
#!/bin/bash #!/bin/bash
source /etc/profile
ddsim --runType batch -N 300 \ ddsim --runType batch -N 300 \
--inputFiles ./data/forward_ions.hepmc \ --inputFiles ./data/forward_ions.hepmc \
--compactFile ./trackers/roman_pot.xml \ --compactFile ./trackers/roman_pot.xml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment