Skip to content

Commit

Permalink
New GT for all scenarios.
Browse files Browse the repository at this point in the history
RunI Simulation
* **Ideal scenario**: 80X_mcRun1_design_v0: As 76X_mcRun1_design_v11 with the following changes:
 * removed PHcalParametersRcd.
* **Realistic scenario**: 80X_mcRun1_realistic_v0: As 76X_mcRun1_realistic_v11 with the following changes:
 * removed PHcalParametersRcd.
* **Heavy Ion scenario**: As 76X_mcRun1_HeavyIon_v11 with the following changes:
 * removed PHcalParametersRcd.
* **Proton-Lead scenario**: As 76X_mcRun1_pA_v11 with the following changes:
 * removed PHcalParametersRcd.

RunII Simulation
* **Ideal scenario**: As 76X_mcRun2_design_v14 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd.
* **Startup scenario**:  As 76X_mcRun2_startup_v13 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd.
* **Asymptotic scenario**: As 76X_mcRun2_asymptotic_v14 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd.
* **Heavy Ion scenario**: As 76X_mcRun2_HeavyIon_v14 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd.

RunII Data
* **HLT processing**: 80X_dataRun2_HLT_frozen_v0: As 76X_dataRun2_HLT_frozen_v11 (snapshot time set to 2015-12-18 17:00:00 UTC) with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type.
* **HLT Heavy Ion processing**: 80X_dataRun2_HLTHI_frozen_v0: As 76X_dataRun2_HLTHI_frozen_v2 (snapshot time set to 2015-12-18 17:00:00 UTC) with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
* **Offline processing**: 80X_dataRun2_v1: As 80X_dataRun2_v0 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd
 * updated B tag discriminators for HLT with the following taggers: CombinedSVIVFV2RecoVertex, CombinedSVIVFV2PseudoVertex, CombinedSVIVFV2NoVertex, CombinedSVRecoVertex, CombinedSVPseudoVertex, CombinedSVNoVertex (as used by HLT data collection in 2015).

Upgrade 2017 Simulation
* **Ideal scenario**: 80X_upgrade2017_design_v0: As 76X_upgrade2017_design_v9 with the following changes:
 * added new Hcal record (HcalQIETypesRcd) providing a per-HCAL-readout flag of the FE QIE electronics type
 * removed PHcalParametersRcd.
  • Loading branch information
Salvatore Di Guida committed Dec 19, 2015
1 parent 055773f commit ba8e231
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -2,33 +2,33 @@

### NEW KEYS ###
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run1
'run1_design' : '76X_mcRun1_design_v10',
'run1_design' : '80X_mcRun1_design_v0',
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : '76X_mcRun1_realistic_v10',
'run1_mc' : '80X_mcRun1_realistic_v0',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : '76X_mcRun1_HeavyIon_v10',
'run1_mc_hi' : '80X_mcRun1_HeavyIon_v0',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '76X_mcRun1_pA_v10',
'run1_mc_pa' : '80X_mcRun1_pA_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '76X_mcRun2_design_v13',
'run2_design' : '80X_mcRun2_design_v0',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '76X_mcRun2_startup_v12',
'run2_mc_50ns' : '80X_mcRun2_startup_v0',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '76X_mcRun2_asymptotic_v13',
'run2_mc' : '80X_mcRun2_asymptotic_v0',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v12',
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v0',
# GlobalTag for Run1 data reprocessing
'run1_data' : '80X_dataRun1_v0',
'run1_data' : '80X_dataRun2_v1',
# GlobalTag for Run2 data reprocessing
'run2_data' : '80X_dataRun2_v0',
'run2_data' : '80X_dataRun2_v1',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '76X_dataRun1_HLT_frozen_v10',
'run1_hlt' : '80X_dataRun2_HLT_frozen_v0',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '76X_dataRun2_HLT_frozen_v10',
'run2_hlt' : '80X_dataRun2_HLT_frozen_v0',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '76X_dataRun2_HLTHI_v1',
'run2_hlt_hi' : '80X_dataRun2_HLTHI_frozen_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '76X_upgrade2017_design_v8',
'phase1_2017_design' : '80X_upgrade2017_design_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : 'DES19_70_V2', # placeholder (GT not meant for standard RelVal)
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase2
Expand Down

0 comments on commit ba8e231

Please sign in to comment.