@@ -23,6 +23,10 @@ This campaign introduces the the new energy range 10x130 and increases the stati
23
23
2 . 10x130 GeV
24
24
3 . 18x275 GeV
25
25
26
+ x= 0.0001 - 1.0000
27
+
28
+ q2=1 - 500
29
+
26
30
### EG Analysis
27
31
28
32
Change directories in ` full-sim-pipeline ` as
41
45
```
42
46
43
47
44
-
45
- ### Overview
46
-
47
- This campaign
48
- 1 . Introduces the the new energy range 10x130
49
- 2 . Increases the statistics to 10 million events for each energy range
50
- 3 . Removes incoming particles smearing
51
-
52
- 1 . 5x41 GeV
53
- 2 . 10x100 GeV
54
- 2 . 10x130 GeV
55
- 3 . 18x275 GeV
56
-
57
-
58
-
59
48
### Processing Commands
60
49
61
50
The exact commands used in this campaign:
62
51
63
- Old data using 25.07-stable
64
52
65
53
``` bash
66
- mkdir /volatile/eic/romanov/meson-structure-2025-07
67
- mkdir /volatile/eic/romanov/meson-structure-2025-07/reco
68
- mkdir /volatile/eic/romanov/meson-structure-2025-07/reco-oldmc
69
- mkdir /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc/
70
-
71
-
72
- # Using previous converted hepmc files
73
- cp -r /volatile/eic/romanov/meson-structure-2025-06/eg-hepmc /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc-oldmc
54
+ mkdir /volatile/eic/romanov/meson-structure-2025-08
55
+ mkdir /volatile/eic/romanov/meson-structure-2025-08/reco
56
+ mkdir /volatile/eic/romanov/meson-structure-2025-08/eg-hepmc/
74
57
75
58
# Using new Avnish generated files
76
- mkdir /volatile/eic/romanov/meson-structure-2025-07/kaon_lambda_mc_2025-07
77
- mv /volatile/eic/romanov/meson-structure-2025-07/kaon_lambda_mc_2025-07 /volatile/eic/romanov/meson-structure-2025-07/mc_kaon_lambda_2025-07
78
-
79
- # split 5x41
80
- python root_hepmc_converter.py \
81
- --input-files /volatile/eic/romanov/meson-structure-2025-07/mc_kaon_lambda_2025-07/k_lambda_crossing_0_5.0on41.0_x0.0001-1.0000_q1.0-500.0.root \
82
- --output-prefix /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc/k_lambda_5x41_5000evt \
83
- --events-per-file 5000
84
-
85
- # split 10x100
86
- python root_hepmc_converter.py \
87
- --input-files /volatile/eic/romanov/meson-structure-2025-07/mc_kaon_lambda_2025-07/k_lambda_crossing_0_10.0on100.0_x0.0001-1.0000_q1.0-500.0.root \
88
- --output-prefix /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc/k_lambda_10x100_5000evt \
89
- --events-per-file 5000
90
-
91
- # split 10x130
92
- python root_hepmc_converter.py \
93
- --input-files /volatile/eic/romanov/meson-structure-2025-07/mc_kaon_lambda_2025-07/k_lambda_crossing_0_10.0on130.0_x0.0001-1.0000_q1.0-500.0.root \
94
- --output-prefix /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc/k_lambda_10x130_5000evt \
95
- --events-per-file 5000
96
-
97
- # split 18x275
98
- python root_hepmc_converter.py \
99
- --input-files /volatile/eic/romanov/meson-structure-2025-07/mc_kaon_lambda_2025-07/k_lambda_crossing_0_18.0on275.0_x0.0001-1.0000_q1.0-500.0.root \
100
- --output-prefix /volatile/eic/romanov/meson-structure-2025-07/eg-hepmc/k_lambda_18x275_5000evt \
101
- --events-per-file 5000
59
+ mkdir /volatile/eic/romanov/meson-structure-2025-08/eg-orig-kaon-lambda
60
+ cp /w/eic-scshelf2104/users/singhav/EIC_mesonsf_generator/OUTPUTS/kaon_lambda_v2/* .root /volatile/eic/romanov/meson-structure-2025-08/eg-orig-kaon-lambda
61
+
102
62
103
63
104
64
# Priority reconstruction of each 100 files for each energy range
0 commit comments