CMS 3D CMS Logo

autoCond.py
Go to the documentation of this file.
1 autoCond = {
2 
3  ### NEW KEYS ###
4  # GlobalTag for MC production with perfectly aligned and calibrated detector for Run1
5  'run1_design' : '102X_mcRun1_design_v1',
6  # GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
7  'run1_mc' : '102X_mcRun1_realistic_v1',
8  # GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
9  'run1_mc_hi' : '102X_mcRun1_HeavyIon_v1',
10  # GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
11  'run1_mc_pa' : '102X_mcRun1_pA_v1',
12  # GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
13  'run2_design' : '102X_mcRun2_design_v4',
14  # GlobalTag for MC production with pessimistic alignment and calibrations for Run2
15  'run2_mc_50ns' : '102X_mcRun2_startup_v4',
16  #GlobalTag for MC production with optimistic alignment and calibrations for Run2
17  'run2_mc' : '102X_mcRun2_asymptotic_v5',
18  # GlobalTag for MC production (L1 Trigger Stage1) with starup-like alignment and calibrations for Run2, L1 trigger in Stage1 mode
19  'run2_mc_l1stage1' : '93X_mcRun2_asymptotic_v4',
20  # GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
21  'run2_mc_cosmics' : '102X_mcRun2cosmics_startup_deco_v4',
22  # GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
23  'run2_mc_hi' : '102X_mcRun2_HeavyIon_v4',
24  # GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
25  'run2_mc_pa' : '102X_mcRun2_pA_v4',
26  # GlobalTag for Run1 data reprocessing
27  'run1_data' : '102X_dataRun2_v7',
28  # GlobalTag for Run2 data reprocessing
29  'run2_data' : '102X_dataRun2_v7',
30  # GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
31  'run2_data_relval' : '102X_dataRun2_relval_v10',
32  # GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
33  'run2_data_promptlike_HEfail' : '102X_dataRun2_PromptLike_HEfail_v1',
34  # GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
35  'run2_data_promptlike' : '102X_dataRun2_PromptLike_v8',
36  # GlobalTag for Run1 HLT: it points to the online GT
37  'run1_hlt' : '101X_dataRun2_HLT_frozen_v6',
38  # GlobalTag for Run2 HLT: it points to the online GT
39  'run2_hlt' : '101X_dataRun2_HLT_frozen_v6',
40  # GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
41  'run2_hlt_relval' : '102X_dataRun2_HLT_relval_v1',
42  # GlobalTag for Run2 HLT for HI: it points to the online GT
43  'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v7',
44  # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
45  'phase1_2017_design' : '102X_mc2017_design_IdealBS_v5',
46  # GlobalTag for MC production with realistic conditions for Phase1 2017 detector
47  'phase1_2017_realistic' : '102X_mc2017_realistic_v5',
48  # GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
49  'phase1_2017_cosmics' : '102X_mc2017cosmics_realistic_deco_v5',
50  # GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
51  'phase1_2017_cosmics_peak' : '102X_mc2017cosmics_realistic_peak_v5',
52  # GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
53  'phase1_2018_design' : '102X_upgrade2018_design_v9',
54  # GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
55  'phase1_2018_realistic' : '102X_upgrade2018_realistic_v15',
56  # GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
57  'phase1_2018_realistic_HEfail' : '102X_upgrade2018_realistic_v12HEfail_v3',
58  # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
59  'phase1_2018_cosmics' : '102X_upgrade2018cosmics_realistic_deco_v13',
60  # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
61  'phase1_2018_cosmics_peak' : '102X_upgrade2018cosmics_realistic_peak_v1',
62  # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
63  'phase1_2019_design' : '102X_postLS2_design_v7', # GT containing design conditions for postLS2
64  # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
65  'phase1_2019_realistic' : '102X_postLS2_realistic_v7', # GT containing realistic conditions for postLS2
66  # GlobalTag for MC production with realistic conditions for Phase2 2023
67  'phase2_realistic' : '102X_upgrade2023_realistic_v7'
68 }
69 
70 aliases = {
71  'MAINGT' : 'FT_P_V42D|AN_V4',
72  'BASEGT' : 'BASE1_V1|BASE2_V1'
73 }
74 
75 # dedicated GlobalTags for HLT
76 from Configuration.HLT.autoCondHLT import autoCondHLT
77 autoCond = autoCondHLT(autoCond)
78 
79 ### OLD KEYS ### kept for backward compatibility
80  # GlobalTag for MC production with perfectly aligned and calibrated detector
81 autoCond['mc'] = ( autoCond['run1_design'] )
82  # GlobalTag for MC production with realistic alignment and calibrations
83 autoCond['startup'] = ( autoCond['run1_mc'] )
84  # GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
85 autoCond['starthi'] = ( autoCond['run1_mc_hi'] )
86  # GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
87 autoCond['startpa'] = ( autoCond['run1_mc_pa'] )
88  # GlobalTag for data reprocessing
89 autoCond['com10'] = ( autoCond['run1_data'] )
90  # GlobalTag for running HLT on recent data: it points to the online GT (remove the snapshot!)
91 autoCond['hltonline'] = ( autoCond['run1_hlt'] )
92  # GlobalTag for POSTLS1 upgrade studies:
93 autoCond['upgradePLS1'] = ( autoCond['run2_mc'] )
94 autoCond['upgradePLS150ns'] = ( autoCond['run2_mc_50ns'] )
95 autoCond['upgrade2017'] = ( autoCond['phase1_2017_design'] )
96 autoCond['upgrade2019'] = ( autoCond['phase1_2019_design'] )
97 autoCond['upgradePLS3'] = ( autoCond['phase2_realistic'] )