Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Run3 Tracker (Pixel and Strips) conditions #28441

Merged
merged 6 commits into from Nov 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -68,13 +68,13 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '110X_mcRun3_2021_design_v5', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '110X_mcRun3_2021_realistic_v5', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '110X_mcRun3_2021_realistic_v6', # 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' : '110X_mcRun3_2021cosmics_realistic_deco_v3',
'phase1_2021_cosmics' : '110X_mcRun3_2021cosmics_realistic_deco_v4',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '110X_mcRun3_2023_realistic_v5', # GT containing realistic conditions for Phase1 2023
'phase1_2023_realistic' : '110X_mcRun3_2023_realistic_v6', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '110X_mcRun3_2024_realistic_v5', # GT containing realistic conditions for Phase1 2024
'phase1_2024_realistic' : '110X_mcRun3_2024_realistic_v6', # GT containing realistic conditions for Phase1 2024
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '110X_mcRun4_realistic_v2'
}
Expand Down
2 changes: 1 addition & 1 deletion SimGeneral/MixingModule/python/SiPixelSimParameters_cfi.py
Expand Up @@ -42,7 +42,7 @@ def _modifyPixelDigitizerForRun3( digitizer ):

digitizer.ThresholdInElectrons_FPix = cms.double(1600.0)
digitizer.ThresholdInElectrons_BPix = cms.double(1600.0)
digitizer.ThresholdInElectrons_BPix_L1 = cms.double(1300.0)
digitizer.ThresholdInElectrons_BPix_L1 = cms.double(2000.0)
digitizer.ThresholdInElectrons_BPix_L2 = cms.double(1600.0)

SiPixelSimBlock = cms.PSet(
Expand Down