Skip to content

Commit

Permalink
Merge pull request #27183 from mmusich/activateIrradiationBiasCorrect…
Browse files Browse the repository at this point in the history
…ion_forRun3

Activate IrradiationBiasCorrection in Pixel CPE generic for Run3
  • Loading branch information
cmsbuild committed Jun 25, 2019
2 parents f7e417f + 9310ec1 commit 4e6be4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -66,9 +66,9 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '106X_upgrade2021_design_v3', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '106X_upgrade2021_realistic_v7', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '106X_upgrade2021_realistic_Candidate_2019_06_17_18_50_50', # 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' : '106X_upgrade2021cosmics_realistic_deco_v2',
'phase1_2021_cosmics' : '106X_upgrade2021cosmics_realistic_deco_Candidate_2019_06_17_19_08_59',
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '106X_upgrade2023_realistic_v5'
}
Expand Down
Expand Up @@ -59,6 +59,11 @@
MagneticFieldRecord = cms.ESInputTag(""),
)

# This customizes the Run3 Pixel CPE generic reconstruction in order to activate the IrradiationBiasCorrection
# because of the expected resolution loss due to radiation damage
from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toModify(PixelCPEGenericESProducer, IrradiationBiasCorrection = True)

# This customization will be removed once we get the templates for phase2 pixel
# FIXME::Is the Upgrade variable actually used?
from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
Expand All @@ -71,4 +76,3 @@
DoCosmics = False,
Upgrade = cms.bool(True)
)

0 comments on commit 4e6be4d

Please sign in to comment.