Skip to content

Commit

Permalink
Fixed order of execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Jun 29, 2020
1 parent 401ecee commit 420c925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RecoPPS/Local/test/re_alignment/run_all
@@ -1,6 +1,8 @@
#!/bin/bash

cmsRun reco_full_align_cfg.py &> reco_full_align.log &
cmsRun reco_base_align_cfg.py &> reco_base_align.log &

wait

cmsRun reco_base_align_cfg.py &> reco_base_align.log
cmsRun reco_align_corr_cfg.py &> reco_align_corr.log

0 comments on commit 420c925

Please sign in to comment.