CMS 3D CMS Logo

Hcal_PCCUpdate_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Turn on the PCC update which synchronize timePhase in PCC as in SIM
4 PCCUpdate = cms.PSet(
5  applyFixPCC = cms.bool(False)
6 )
7 
8 from Configuration.Eras.Modifier_run3_common_cff import run3_common
9 run3_common.toModify(PCCUpdate, applyFixPCC = True)