diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 0122db93e9ce9..baf26eaf51ef2 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -16,13 +16,13 @@ # GlobalTag for MC production with perfectly aligned and calibrated detector for Run2 'run2_design' : '110X_mcRun2_design_v1', #GlobalTag for MC production with optimistic alignment and calibrations for Run2 - 'run2_mc' : '106X_mcRun2_asymptotic_Candidate_2019_07_16_22_08_53', + 'run2_mc' : '110X_mcRun2_asymptotic_Candidate_2019_07_24_12_20_37', # GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode - 'run2_mc_cosmics' : '110X_mcRun2cosmics_startup_deco_v1', + 'run2_mc_cosmics' : '110X_mcRun2cosmics_startup_deco_Candidate_2019_07_24_12_21_07', # GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2 'run2_mc_hi' : '110X_mcRun2_HeavyIon_v1', # GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2 - 'run2_mc_pa' : '110X_mcRun2_pA_v1', + 'run2_mc_pa' : '110X_mcRun2_pA_Candidate_2019_07_24_12_21_09', # GlobalTag for Run1 data reprocessing 'run1_data' : '110X_dataRun2_v1', # GlobalTag for Run2 data reprocessing diff --git a/Configuration/Eras/python/Era_Run2_2016_cff.py b/Configuration/Eras/python/Era_Run2_2016_cff.py index f68d93e2d1190..b9c0a2c3d3331 100644 --- a/Configuration/Eras/python/Era_Run2_2016_cff.py +++ b/Configuration/Eras/python/Era_Run2_2016_cff.py @@ -11,5 +11,5 @@ from Configuration.Eras.Modifier_pixel_2016_cff import pixel_2016 Run2_2016 = cms.ModifierChain(run2_common, run2_25ns_specific, - stage2L1Trigger, ctpps_2016, run2_HLTconditions_2016, run2_muon_2016, run2_egamma_2016, run2_L1prefiring,pixel_2016) + stage2L1Trigger, ctpps_2016, run2_HLTconditions_2016, run2_muon_2016, run2_egamma_2016, run2_L1prefiring, pixel_2016)