Skip to content

Commit

Permalink
Modified dataset_records.py to run get_all_generator_text only once f…
Browse files Browse the repository at this point in the history
…or both mini and nano.

co-author: @danaalsharif
  • Loading branch information
d0leh committed Aug 6, 2024
1 parent 3cce87b commit c7d0217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cms-2017-simulated-datasets/code/dataset_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c7d0217

Please sign in to comment.