Skip to content

Commit

Permalink
Merge pull request #26275 from mmusich/activate_stuckTBMSimulation_106X
Browse files Browse the repository at this point in the history
Activate Simulation of the Pixel Bad Components on the FED channel basis
  • Loading branch information
cmsbuild authored Apr 1, 2019
2 parents e076003 + 5ffe308 commit 915521e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
# GlobalTag for Run2 HLT for HI (not 2018 HI): it points to the online GT
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v8',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '105X_mc2017_design_IdealBS_v6',
'phase1_2017_design' : '106X_mc2017_design_IdealBS_v1',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '105X_mc2017_realistic_v7',
'phase1_2017_realistic' : '106X_mc2017_realistic_v1',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '105X_mc2017cosmics_realistic_deco_v8',
'phase1_2017_cosmics' : '106X_mc2017cosmics_realistic_deco_v1',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '105X_mc2017cosmics_realistic_peak_v8',
'phase1_2017_cosmics_peak' : '106X_mc2017cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '105X_upgrade2018_design_v5',
'phase1_2018_design' : '106X_upgrade2018_design_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '105X_upgrade2018_realistic_v6',
'phase1_2018_realistic' : '106X_upgrade2018_realistic_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '105X_upgrade2018_realistic_HI_v4',
'phase1_2018_realistic_hi' : '106X_upgrade2018_realistic_HI_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '105X_upgrade2018_realistic_HEfail_v6',
'phase1_2018_realistic_HEfail' : '106X_upgrade2018_realistic_HEfail_v1',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '105X_upgrade2018cosmics_realistic_deco_v7',
'phase1_2018_cosmics' : '106X_upgrade2018cosmics_realistic_deco_v1',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '105X_upgrade2018cosmics_realistic_peak_v7',
'phase1_2018_cosmics_peak' : '106X_upgrade2018cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : '105X_postLS2_design_v4', # GT containing design conditions for postLS2
'phase1_2019_design' : '106X_postLS2_design_v1', # GT containing design conditions for postLS2
# GlobalTag for MC production with realistic conditions for Phase1 2019
'phase1_2019_realistic' : '105X_postLS2_realistic_v6', # GT containing realistic conditions for postLS2
'phase1_2019_realistic' : '106X_postLS2_realistic_v1', # GT containing realistic conditions for postLS2
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '105X_upgrade2023_realistic_v5'
}
Expand Down
2 changes: 1 addition & 1 deletion SimGeneral/MixingModule/python/SiPixelSimParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _modifyPixelDigitizerForPhase1Pixel( digitizer ) :
digitizer.ElectronsPerVcal_Offset = cms.double(-60) # L2-4: -60 +- 130
digitizer.ElectronsPerVcal_L1_Offset = cms.double(-670) # L1: -670 +- 220
digitizer.UseReweighting = cms.bool(True)

digitizer.KillBadFEDChannels = cms.bool(True)

SiPixelSimBlock = cms.PSet(
SiPixelQualityLabel = cms.string(''),
Expand Down

0 comments on commit 915521e

Please sign in to comment.