CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/Configuration/AlCa/python/autoCond.py

Go to the documentation of this file.
00001 autoCond = { 
00002     # GlobalTag for MC production with perfectly aligned and calibrated detector
00003     'mc'                :   'PRE_MC62_V6::All',
00004     # GlobalTag for MC production with realistic alignment and calibrations
00005     'startup'           :   'PRE_ST62_V6::All',
00006     # GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
00007     'starthi'           :   'PRE_SH62_V11::All',
00008     # GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
00009     'startpa'           :   'PRE_SH62_V12::All',
00010     # GlobalTag for data reprocessing: this should always be the GR_R tag
00011     'com10'             :   'PRE_62_V6::All',
00012     # 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, 
00013     # then it should point to the GR_H tag and override the connection string and pfnPrefix for use offline
00014     'hltonline'         :   'PRE_P62_V6::All',
00015     # GlobalTag for POSTLS1 upgrade studies:
00016     'upgradePLS1'       :   'PRE_PO62_V6::All',
00017     'upgrade2017'       :   'DES17_61_V5::All',
00018     'upgrade2019'       :   'DES19_61_V5::All',
00019     'upgradePLS3'       :   'POSTLS261_V2::All'
00020 }
00021 
00022 
00023 # L1 configuration used during Run2012A
00024 conditions_L1_Run2012A = (
00025     # L1 GT menu 2012 v0, used during Run2012A
00026     'L1GtTriggerMenu_L1Menu_Collisions2012_v0_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00027     # L1 GCT configuration without jet seed threshold, used up to Run2012B
00028     'L1GctJetFinderParams_GCTPhysics_2011_09_01_B_mc,L1GctJetFinderParamsRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00029     'L1HfRingEtScale_GCTPhysics_2011_09_01_B_mc,L1HfRingEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00030     'L1HtMissScale_GCTPhysics_2011_09_01_B_mc,L1HtMissScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00031     'L1JetEtScale_GCTPhysics_2011_09_01_B_mc,L1JetEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00032     # L1 CSCTF configuration used up to Run2012A
00033     'L1MuCSCPtLut_key-10_mc,L1MuCSCPtLutRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00034     # L1 DTTF settings used up to Run2012B
00035     'L1MuDTTFParameters_dttf11_TSC_09_17_col_mc,L1MuDTTFParametersRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00036 )
00037 
00038 # L1 configuration used during Run2012B
00039 conditions_L1_Run2012B = (
00040     # L1 GT menu 2012 v1, used during Run2012B
00041     'L1GtTriggerMenu_L1Menu_Collisions2012_v1a_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00042     # L1 GCT configuration without jet seed threshold, used up to Run2012B
00043     'L1GctJetFinderParams_GCTPhysics_2011_09_01_B_mc,L1GctJetFinderParamsRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00044     'L1HfRingEtScale_GCTPhysics_2011_09_01_B_mc,L1HfRingEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00045     'L1HtMissScale_GCTPhysics_2011_09_01_B_mc,L1HtMissScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00046     'L1JetEtScale_GCTPhysics_2011_09_01_B_mc,L1JetEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00047     # L1 CSCTF configuration used since Run2012B
00048     'L1MuCSCPtLut_key-11_mc,L1MuCSCPtLutRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00049     # L1 DTTF settings used up to Run2012B
00050     'L1MuDTTFParameters_dttf11_TSC_09_17_col_mc,L1MuDTTFParametersRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00051 )
00052 
00053 # L1 configuration used during Run2012C
00054 conditions_L1_Run2012C = (
00055     # L1 GT menu 2012 v2, used during Run2012C
00056     'L1GtTriggerMenu_L1Menu_Collisions2012_v2_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00057     # L1 GCT configuration with 5 GeV jet seed threshold, used since Run2012C
00058     'L1GctJetFinderParams_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1GctJetFinderParamsRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00059     'L1HfRingEtScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1HfRingEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00060     'L1HtMissScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1HtMissScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00061     'L1JetEtScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1JetEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00062     # L1 CSCTF configuration used since Run2012B
00063     'L1MuCSCPtLut_key-11_mc,L1MuCSCPtLutRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00064     # L1 DTTF settings used since Run2012C
00065     'L1MuDTTFParameters_dttf12_TSC_03_csc_col_mc,L1MuDTTFParametersRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00066 )
00067 
00068 
00069 # L1 configuration used during Run2012D
00070 conditions_L1_Run2012D = (
00071     # L1 GT menu 2012 v3, used during Run2012D
00072     'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00073     # L1 GCT configuration with 5 GeV jet seed threshold, used since Run2012C
00074     'L1GctJetFinderParams_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1GctJetFinderParamsRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00075     'L1HfRingEtScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1HfRingEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00076     'L1HtMissScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1HtMissScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00077     'L1JetEtScale_GCTPhysics_2012_04_27_JetSeedThresh5GeV_mc,L1JetEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00078     # L1 CSCTF configuration used since Run2012B
00079     'L1MuCSCPtLut_key-11_mc,L1MuCSCPtLutRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00080     # L1 DTTF settings used since Run2012C
00081     'L1MuDTTFParameters_dttf12_TSC_03_csc_col_mc,L1MuDTTFParametersRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00082 )
00083 
00084 # L1 configuration used during HIRun2011
00085 conditions_L1_HIRun2011 = (
00086     # L1 heavy ions menu 2011 v0
00087     'L1GtTriggerMenu_L1Menu_CollisionsHeavyIons2011_v0_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00088 )
00089 
00090 # L1 configuration used during PARun2013
00091 conditions_L1_PARun2013 = (
00092     # L1 GT menu HI 2013 v0, used for the p-Pb run 2013
00093     'L1GtTriggerMenu_L1Menu_CollisionsHeavyIons2013_v0_mc,L1GtTriggerMenuRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00094     # L1 GCT configuration without jet seed threshold (same as 2012B)
00095     'L1GctJetFinderParams_GCTPhysics_2011_09_01_B_mc,L1GctJetFinderParamsRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00096     'L1HfRingEtScale_GCTPhysics_2011_09_01_B_mc,L1HfRingEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00097     'L1HtMissScale_GCTPhysics_2011_09_01_B_mc,L1HtMissScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00098     'L1JetEtScale_GCTPhysics_2011_09_01_B_mc,L1JetEtScaleRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00099     # L1 CSCTF configuration used since Run2012B
00100     'L1MuCSCPtLut_key-11_mc,L1MuCSCPtLutRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00101     # L1 DTTF settings used since Run2012C
00102     'L1MuDTTFParameters_dttf12_TSC_03_csc_col_mc,L1MuDTTFParametersRcd,frontier://FrontierProd/CMS_COND_31X_L1T',
00103 )
00104 
00105 # HLT Jet Energy Corrections
00106 conditions_HLT_JECs = (
00107     # HLT 2012 jet energy corrections
00108     'JetCorrectorParametersCollection_Jec11_V12_AK5CaloHLT,JetCorrectionsRecord,frontier://FrontierProd/CMS_COND_31X_PHYSICSTOOLS,AK5CaloHLT',
00109     'JetCorrectorParametersCollection_AK5PF_2012_V8_hlt_mc,JetCorrectionsRecord,frontier://FrontierProd/CMS_COND_31X_PHYSICSTOOLS,AK5PFHLT',
00110     'JetCorrectorParametersCollection_AK5PFchs_2012_V8_hlt_mc,JetCorrectionsRecord,frontier://FrontierProd/CMS_COND_31X_PHYSICSTOOLS,AK5PFchsHLT',
00111 )
00112 
00113 
00114 # dedicated GlobalTags for MC production with the frozen HLT menus
00115 autoCond['startup_5E33v4']   = ( autoCond['startup'], ) \
00116                              + conditions_L1_Run2012A
00117 
00118 autoCond['startup_7E33v2']   = ( autoCond['startup'], ) \
00119                              + conditions_L1_Run2012B
00120 
00121 autoCond['startup_7E33v3']   = ( autoCond['startup'], ) \
00122                              + conditions_L1_Run2012C
00123 
00124 autoCond['startup_7E33v4']   = ( autoCond['startup'], ) \
00125                              + conditions_L1_Run2012C
00126 
00127 autoCond['startup_8E33v2']   = ( autoCond['startup'], ) \
00128                              + conditions_L1_Run2012D
00129 
00130 autoCond['startup_GRun']     = ( autoCond['startup'], ) \
00131                              + conditions_L1_Run2012D
00132 
00133 autoCond['starthi_HIon']     = ( autoCond['starthi'], ) \
00134                              + conditions_L1_HIRun2011 \
00135                              + conditions_HLT_JECs
00136 
00137 autoCond['startup_PIon']     = ( autoCond['startpa'], )
00138 
00139 
00140 # dedicated GlobalTags for running the frozen HLT menus on data
00141 autoCond['hltonline_5E33v4'] = ( autoCond['hltonline'], ) \
00142                              + conditions_L1_Run2012A
00143 
00144 autoCond['hltonline_7E33v2'] = ( autoCond['hltonline'], ) \
00145                              + conditions_L1_Run2012B
00146 
00147 autoCond['hltonline_7E33v3'] = ( autoCond['hltonline'], ) \
00148                              + conditions_L1_Run2012C
00149 
00150 autoCond['hltonline_7E33v4'] = ( autoCond['hltonline'], ) \
00151                              + conditions_L1_Run2012C
00152 
00153 autoCond['hltonline_8E33v2'] = ( autoCond['hltonline'], ) \
00154                              + conditions_L1_Run2012D
00155 
00156 autoCond['hltonline_GRun']   = ( autoCond['hltonline'], ) \
00157                              + conditions_L1_Run2012D
00158 
00159 autoCond['hltonline_HIon']   = ( autoCond['hltonline'], ) \
00160                              + conditions_L1_HIRun2011
00161 
00162 autoCond['hltonline_PIon']   = ( autoCond['hltonline'], ) \
00163                              + conditions_L1_PARun2013
00164 
00165 # dedicated GlobalTags for running RECO and the frozen HLT menus on data
00166 autoCond['com10_5E33v4']     = ( autoCond['com10'], ) \
00167                              + conditions_L1_Run2012A
00168 
00169 autoCond['com10_7E33v2']     = ( autoCond['com10'], ) \
00170                              + conditions_L1_Run2012B
00171 
00172 autoCond['com10_7E33v3']     = ( autoCond['com10'], ) \
00173                              + conditions_L1_Run2012C
00174 
00175 autoCond['com10_7E33v4']     = ( autoCond['com10'], ) \
00176                              + conditions_L1_Run2012C
00177 
00178 autoCond['com10_8E33v2']     = ( autoCond['com10'], ) \
00179                              + conditions_L1_Run2012D
00180 
00181 autoCond['com10_GRun']       = ( autoCond['com10'], ) \
00182                              + conditions_L1_Run2012D
00183 
00184 autoCond['com10_HIon']       = ( autoCond['com10'], ) \
00185                              + conditions_L1_HIRun2011
00186 
00187 autoCond['com10_PIon']       = ( autoCond['com10'], ) \
00188                              + conditions_L1_PARun2013