From c7d0217cdcfb9f98137074f117369c77e193a739 Mon Sep 17 00:00:00 2001 From: d0leh Date: Tue, 6 Aug 2024 14:17:42 +0200 Subject: [PATCH] Modified dataset_records.py to run get_all_generator_text only once for both mini and nano. co-author: @danaalsharif --- cms-2017-simulated-datasets/code/dataset_records.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms-2017-simulated-datasets/code/dataset_records.py b/cms-2017-simulated-datasets/code/dataset_records.py index c2e5ee51..f589e1d0 100644 --- a/cms-2017-simulated-datasets/code/dataset_records.py +++ b/cms-2017-simulated-datasets/code/dataset_records.py @@ -412,9 +412,8 @@ def create_record(dataset_full_name, doi_info, recid_info, eos_dir, das_dir, mcm '/MinBias_TuneZ2_7TeV-pythia6/Summer11Leg-START53_LV4-v1/GEN-SIM': 36, # 2011 '/MinBias_TuneZ2star_8TeV-pythia6/Summer12-START50_V13-v3/GEN-SIM': 37, # 2012 '/MinBias_TuneCUETP8M1_13TeV-pythia8/RunIISummer15GS-MCRUN2_71_V1-v2/GEN-SIM': 22314, # 2015 - # '/MinBias_TuneCUETP8M1_13TeV-pythia8/RunIISummer15GS-magnetOffBS0T_MCRUN2_71_V1-v1/GEN-SIM': {recid}, # 2015 + #'/MinBias_TuneCUETP8M1_13TeV-pythia8/RunIISummer15GS-magnetOffBS0T_MCRUN2_71_V1-v1/GEN-SIM': {recid}, # 2015 '/Neutrino_E-10_gun/RunIISummer20ULPrePremix-UL16_106X_mcRun2_asymptotic_v13-v1/PREMIX': 30595, # 2016 - # '/Neutrino_E-10_gun/RunIISummer20ULPrePremix-UL17_106X_mc2017_realistic_v6-v3/PREMIX': {recid}, # 2017 '/MinBias_TuneCP5_13TeV-pythia8/RunIIFall18GS-IdealGeometry_102X_upgrade2018_design_v9-v1/GEN-SIM': 12302 # 2018 }.get(pileup_dataset_name, 0)