|
44 | 44 | . /home/romanov/meson-structure-work/meson-structure/full-sim-pipeline/eg_analysis.sh
|
45 | 45 | ```
|
46 | 46 |
|
| 47 | +### Sortout mc files |
| 48 | + |
| 49 | +```bash |
| 50 | +mkdir /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/{5x41,10x100,10x130,18x275}-priority |
| 51 | +mkdir /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/{5x41,10x100,10x130,18x275}-rest |
| 52 | + |
| 53 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_5x41_5000evt_{001..100}.hepmc /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/5x41-priority |
| 54 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_10x100_5000evt_{001..100}.hepmc /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x100-priority |
| 55 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_10x130_5000evt_{001..100}.hepmc /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x130-priority |
| 56 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_18x275_5000evt_{001..100}.hepmc /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/18x275-priority |
| 57 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_5x41* /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/5x41-rest |
| 58 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_10x100* /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x100-rest &&\ |
| 59 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_10x130* /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x130-rest &&\ |
| 60 | +mv /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/k_lambda_18x275* /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/18x275-rest |
| 61 | +``` |
| 62 | + |
47 | 63 | ### Priority queue
|
48 | 64 |
|
49 |
| -mkdir -p /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc-priority-{5x41,10x100,10x130,18x275} |
| 65 | +```bash |
| 66 | +mkdir -p /volatile/eic/romanov/meson-structure-2025-08/reco/{5x41,10x100,10x130,18x275}-priority |
| 67 | + |
| 68 | +python create_jobs.py \ |
| 69 | + -b /volatile/eic/romanov/meson-structure-2025-08 \ |
| 70 | + -o /volatile/eic/romanov/meson-structure-2025-08/reco/5x41-priority \ |
| 71 | + --container /cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:25.08-stable \ |
| 72 | + -e 5000 \ |
| 73 | + /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/5x41-priority/*.hepmc |
| 74 | + |
| 75 | +python create_jobs.py \ |
| 76 | + -b /volatile/eic/romanov/meson-structure-2025-08 \ |
| 77 | + -o /volatile/eic/romanov/meson-structure-2025-08/reco/10x100-priority \ |
| 78 | + --container /cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:25.08-stable \ |
| 79 | + -e 5000 \ |
| 80 | + /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x100-priority/*.hepmc |
| 81 | + |
| 82 | +python create_jobs.py \ |
| 83 | + -b /volatile/eic/romanov/meson-structure-2025-08 \ |
| 84 | + -o /volatile/eic/romanov/meson-structure-2025-08/reco/10x130-priority \ |
| 85 | + --container /cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:25.08-stable \ |
| 86 | + -e 5000 \ |
| 87 | + /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/10x130-priority/*.hepmc |
| 88 | + |
| 89 | +python create_jobs.py \ |
| 90 | + -b /volatile/eic/romanov/meson-structure-2025-08 \ |
| 91 | + -o /volatile/eic/romanov/meson-structure-2025-08/reco/18x275-priority \ |
| 92 | + --container /cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:25.08-stable \ |
| 93 | + -e 5000 \ |
| 94 | + /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/18x275-priority/*.hepmc |
| 95 | + |
| 96 | +``` |
50 | 97 |
|
51 |
| -### Processing Commands |
52 | 98 |
|
53 | 99 | The exact commands used in this campaign:
|
54 | 100 |
|
|
0 commit comments