Skip to content

Commit

Permalink
add candidates also for cosmics and pA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jul 24, 2019
1 parent b85b413 commit 684794a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Eras/python/Era_Run2_2016_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 684794a

Please sign in to comment.