Skip to content

Commit

Permalink
Merge pull request #30890 from christopheralanwest/alca-update-pps-re…
Browse files Browse the repository at this point in the history
…cords

Update PPS records for 2018 and Run-3
  • Loading branch information
cmsbuild authored Jul 24, 2020
2 parents fecfe8f + cc43f5f commit 1f6abef
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,29 @@
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '112X_mc2017cosmics_realistic_peak_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '111X_upgrade2018_design_v1',
'phase1_2018_design' : '112X_upgrade2018_design_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '112X_upgrade2018_realistic_v1',
'phase1_2018_realistic' : '112X_upgrade2018_realistic_v2',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '110X_upgrade2018_realistic_HI_v5',
'phase1_2018_realistic_hi' : '112X_upgrade2018_realistic_HI_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '112X_upgrade2018_realistic_HEfail_v1',
'phase1_2018_realistic_HEfail' : '112X_upgrade2018_realistic_HEfail_v2',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '112X_upgrade2018cosmics_realistic_deco_v1',
'phase1_2018_cosmics' : '112X_upgrade2018cosmics_realistic_deco_v2',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '112X_upgrade2018cosmics_realistic_peak_v1',
'phase1_2018_cosmics_peak' : '112X_upgrade2018cosmics_realistic_peak_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v3', # GT containing design conditions for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v4', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v3', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v4', # GT containing realistic conditions for Phase1 2021
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '112X_mcRun3_2021cosmics_realistic_deco_v3',
'phase1_2021_cosmics' : '112X_mcRun3_2021cosmics_realistic_deco_v4',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v3',
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v4',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v3', # GT containing realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v4', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v3', # GT containing realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v4', # GT containing realistic conditions for Phase1 2024
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '110X_mcRun4_realistic_v3'
}
Expand Down

0 comments on commit 1f6abef

Please sign in to comment.