We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30448f6 commit 23f4250Copy full SHA for 23f4250
data/index_private_nano.py
@@ -218,8 +218,8 @@ def xrootd_index_private_nano(
218
# For data, concatenate files from related subsamples
219
# e.g. EGamma0 and EGamma1 should be combined
220
if f1 not in files[year][sample]:
221
- files[year][sample][f"{sample}_{f1}"] = []
222
- files[year][sample][f"{sample}_{f1}"].extend(tfiles)
+ files[year][sample][f1] = []
+ files[year][sample][f1].extend(tfiles)
223
print(f"\t\t\t\t\t{len(tfiles)} files added")
224
225
if not is_data:
0 commit comments