Skip to content

Commit 7141372

Browse files
committed
add data and qcd datasets in 2022
1 parent 666a696 commit 7141372

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

hbw/config/datasets.py

+26-13
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
"data_mu_e",
3434
"data_mu_f",
3535
],
36+
"2022preEE": [
37+
"data_mu_c",
38+
"data_mu_d",
39+
],
3640
"2022postEE": [
41+
"data_mu_e",
42+
"data_mu_f",
43+
"data_mu_g",
3744
],
3845
}
3946

@@ -45,8 +52,14 @@
4552
"data_e_e",
4653
"data_e_f",
4754
],
55+
"2022preEE": [
56+
"data_egamma_c",
57+
"data_egamma_d",
58+
],
4859
"2022postEE": [
49-
# empty for now
60+
"data_egamma_e",
61+
"data_egamma_f",
62+
"data_egamma_g",
5063
],
5164
}
5265

@@ -157,18 +170,18 @@
157170
"qcd_mu_pt1000_pythia",
158171
],
159172
"2022postEE": [
160-
# # "qcd_mu_pt15to20_pythia", # 1 file not possible to open
161-
# "qcd_mu_pt20to30_pythia",
162-
# "qcd_mu_pt30to50_pythia",
163-
# "qcd_mu_pt50to80_pythia",
164-
# "qcd_mu_pt80to120_pythia",
165-
# "qcd_mu_pt120to170_pythia",
166-
# "qcd_mu_pt170to300_pythia",
167-
# "qcd_mu_pt300to470_pythia",
168-
# "qcd_mu_pt470to600_pythia",
169-
# # "qcd_mu_pt600to800_pythia", # 1 file not possible to open
170-
# "qcd_mu_pt800to1000_pythia",
171-
# "qcd_mu_pt1000_pythia",
173+
"qcd_mu_pt15to20_pythia", # 1 file not possible to open
174+
"qcd_mu_pt20to30_pythia",
175+
"qcd_mu_pt30to50_pythia",
176+
"qcd_mu_pt50to80_pythia",
177+
"qcd_mu_pt80to120_pythia",
178+
"qcd_mu_pt120to170_pythia",
179+
"qcd_mu_pt170to300_pythia",
180+
"qcd_mu_pt300to470_pythia",
181+
"qcd_mu_pt470to600_pythia",
182+
"qcd_mu_pt600to800_pythia", # 1 file not possible to open
183+
"qcd_mu_pt800to1000_pythia",
184+
"qcd_mu_pt1000_pythia",
172185
],
173186
"2022preEE": [
174187
"qcd_mu_pt15to20_pythia", # 1 file not possible to open

0 commit comments

Comments
 (0)