Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : add PU files #38

Merged
merged 2 commits into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ctag_DY_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ctag_Wc_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ttbar_SL_DL_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ttbar_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ More options for `runner.py`
By default a copy will be made to $HOME.
--chunk N Number of events per process chunk
--retries N Number of retries for coffea processor
--index INDEX (Specific for dask/lxplus file splitting, default:0,0)
Format: $dictindex,$fileindex. $dictindex refers to the index of the file list split to 50 files per dask-worker.
The job will start submission from the corresponding indices
--validate Do not process, just check all files are accessible
--skipbadfiles Skip bad files.
--only ONLY Only process specific dataset or file
Expand Down Expand Up @@ -142,13 +145,13 @@ After a small test, you can run the full campaign for a dedicated phase space, s
- Dileptonic ttbar phase space : check performance for btag SFs, emu channel

```
python runner.py --workflow ttdilep_sf --json metadata/data_Winter22_emu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ttdilep_sf --json metadata/data_Winter22_emu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```

- Semileptonic ttbar phase space : check performance for btag SFs, muon channel

```
python runner.py --workflow ttsemilep_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ttsemilep_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```

</p>
Expand All @@ -161,26 +164,26 @@ python runner.py --workflow ttsemilep_sf --json metadata/data_Winter22_mu_BTV_Ru
- Dileptonic ttbar phase space : check performance for charm SFs, bjets enriched SFs, muon channel

```
python runner.py --workflow ctag_ttdilep_sf --json metadata/data_Winter22_mumu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ctag_ttdilep_sf --json metadata/data_Winter22_mumu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```


- Semileptonic ttbar phase space : check performance for charm SFs, bjets enriched SFs, muon channel

```
python runner.py --workflow ctag_ttsemilep_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ctag_ttsemilep_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```

- W+c phase space : check performance for charm SFs, cjets enriched SFs, muon channel

```
python runner.py --workflow ctag_Wc_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ctag_Wc_sf --json metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```

- DY phase space : check performance for charm SFs, light jets enriched SFs, muon channel

```
python runner.py --workflow ctag_DY_sf --json metadata/data_Winter22_mumu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 (--executor ${scaleout_site})
python runner.py --workflow ctag_DY_sf --json metadata/data_Winter22_mumu_BTV_Run3_2022_Comm_v1.json --campaign Winter22Run3 --year 2022 --isJERC --isCorr (--executor ${scaleout_site})
```

</p>
Expand Down Expand Up @@ -223,7 +226,12 @@ one with `8786` being open. Other than that, no additional configurations should
python runner.py --wf ttcom --executor dask/lxplus
```

jobs automatically splitted to 100 files per jobs to avoid job failure due to crowded cluster on lxplus with the naming scheme `hist_$workflow_$json_$index.coffea`, combined in plotting scripts
jobs automatically split to 50 files per jobs to avoid job failure due to crowded cluster on lxplus with the naming scheme `hist_$workflow_$json_$dictindex_$fileindex.coffea`. The `.coffea` files can be then combined at plotting level


:exclamation: The optimal scaleout options on lxplus are `-s 50 --chunk 50000`

To deal with unstable condor cluster and dask worker on lxplus, you can resubmit failure jobs via `--index $dictindex,$fileindex` option. `$dictindex` refers to the index in the `.json dict`, `$fileindex` refers to the index of the file list split to 50 files per dask-worker. The total number of files of each dict can be computed by `math.ceil(len($filelist)/50)` The job will start from the corresponding indices.

### Coffea-casa (Nebraska AF)
Coffea-casa is a JupyterHub based analysis-facility hosted at Nebraska. For more information and setup instuctions see
Expand Down Expand Up @@ -360,6 +368,8 @@ options:
--ext EXT prefix name
-i INPUT, --input INPUT
input coffea files (str), splitted different files with ','. Wildcard option * available as well.
--autorebin AUTOREBIN
Rebin the plotting variables by merging N bins in case the current binning is too fine for you
```
- data/data, MC/MC comparisons

Expand Down Expand Up @@ -388,6 +398,8 @@ options:
--shortref SHORTREF short name for reference dataset for legend
--shortcomp SHORTCOMP
short names for compared datasets for legend, split by ','
--autorebin AUTOREBIN
Rebin the plotting variables by merging N bins in case the current binning is too fine for you
```


Expand Down
78 changes: 78 additions & 0 deletions metadata/data_Winter22_mu_BTV_Run3_2022_Comm_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,84 @@
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022C-PromptReco-v1_BTV_Run3_2022_Comm_v1/221018_103412/0000/nano_Muon_2022_RunC_116.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022C-PromptReco-v1_BTV_Run3_2022_Comm_v1/221018_103412/0000/nano_Muon_2022_RunC_101.root"
],
"Muon_Run2022D-PromptReco-v1": [
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_37.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_23.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_25.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_16.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_64.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_67.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_68.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_38.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_74.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_36.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_39.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_5.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_4.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_24.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_28.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_66.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_2.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_22.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_11.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_52.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_53.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_46.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_40.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_49.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_56.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_54.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_45.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_43.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_48.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_47.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_51.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_50.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_44.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_55.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_31.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_33.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_30.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_76.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_72.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_42.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_73.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_3.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_62.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_65.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_7.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_75.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_61.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_63.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_17.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_27.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_10.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_26.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_9.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_21.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_71.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_14.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_60.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_35.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_1.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_41.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_18.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_12.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_13.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_15.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_70.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_59.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_8.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_34.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_29.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_20.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_57.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_19.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_69.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_58.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_6.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v1_BTV_Run3_2022_Comm_v1/221025_194606/0000/nano_Muon_2022_RunC_32.root"
],
"Muon_Run2022D-PromptReco-v2": [
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v2_BTV_Run3_2022_Comm_v1/221018_103616/0000/nano_Muon_2022_RunC_62.root",
"root://xrootd-cms.infn.it///store/user/smitra/Run3/BTVComm/Muon/Run2022D-PromptReco-v2_BTV_Run3_2022_Comm_v1/221018_103616/0000/nano_Muon_2022_RunC_24.root",
Expand Down
Loading