Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Configuration
AlCa
python
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'
:
'75X_mcRun1_design_v7'
,
6
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
7
'run1_mc'
:
'75X_mcRun1_realistic_v7'
,
8
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
9
'run1_mc_hi'
:
'75X_mcRun1_HeavyIon_v7'
,
10
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
11
'run1_mc_pa'
:
'75X_mcRun1_pA_v7'
,
12
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
13
'run2_design'
:
'75X_mcRun2_design_v10'
,
14
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
15
'run2_mc_50ns'
:
'75X_mcRun2_startup_v9'
,
16
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
17
'run2_mc'
:
'75X_mcRun2_asymptotic_v10'
,
18
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
19
'run2_mc_hi'
:
'75X_mcRun2_HeavyIon_v7'
,
20
# GlobalTag for Run1 data reprocessing
21
'run1_data'
:
'75X_dataRun1_v9'
,
22
# GlobalTag for Run2 data reprocessing
23
'run2_data'
:
'75X_dataRun2_v9'
,
24
# GlobalTag for Run1 HLT: it points to the online GT
25
'run1_hlt'
:
'75X_dataRun1_HLT_frozen_v4'
,
26
# GlobalTag for Run2 HLT: it points to the online GT
27
'run2_hlt'
:
'75X_dataRun2_HLT_frozen_v4'
,
28
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
29
'phase1_2017_design'
:
'75X_upgrade2017_design_v5'
,
30
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
31
'phase1_2019_design'
:
'DES19_70_V2'
,
# placeholder (GT not meant for standard RelVal)
32
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase2
33
'phase2_design'
:
'POSTLS262_V1'
,
# placeholder (GT not meant for standard RelVal)
34
}
35
36
aliases = {
37
'MAINGT'
:
'FT_P_V42D|AN_V4'
,
38
'BASEGT'
:
'BASE1_V1|BASE2_V1'
39
}
40
41
# dedicated GlobalTags for HLT
42
from
Configuration.HLT.autoCondHLT
import
autoCondHLT
43
autoCond =
autoCondHLT
(autoCond)
44
45
### OLD KEYS ### kept for backward compatibility
46
# GlobalTag for MC production with perfectly aligned and calibrated detector
47
autoCond[
'mc'
] = ( autoCond[
'run1_design'
] )
48
# GlobalTag for MC production with realistic alignment and calibrations
49
autoCond[
'startup'
] = ( autoCond[
'run1_mc'
] )
50
# GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
51
autoCond[
'starthi'
] = ( autoCond[
'run1_mc_hi'
] )
52
# GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
53
autoCond[
'startpa'
] = ( autoCond[
'run1_mc_pa'
] )
54
# GlobalTag for data reprocessing: this should always be the GR_R tag
55
autoCond[
'com10'
] = ( autoCond[
'run1_data'
] )
56
# GlobalTag for running HLT on recent data: this should be the GR_P (prompt reco) global tag until a compatible GR_H tag is available,
57
# then it should point to the GR_H tag and override the connection string and pfnPrefix for use offline
58
autoCond[
'hltonline'
] = ( autoCond[
'run1_hlt'
] )
59
# GlobalTag for POSTLS1 upgrade studies:
60
autoCond[
'upgradePLS1'
] = ( autoCond[
'run2_mc'
] )
61
autoCond[
'upgradePLS150ns'
] = ( autoCond[
'run2_mc_50ns'
] )
62
autoCond[
'upgrade2017'
] = ( autoCond[
'phase1_2017_design'
] )
63
autoCond[
'upgrade2019'
] = ( autoCond[
'phase1_2019_design'
] )
64
autoCond[
'upgradePLS3'
] = ( autoCond[
'phase2_design'
] )
autoCondHLT
Definition:
autoCondHLT.py:1
Generated for CMSSW Reference Manual by
1.8.5