Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:08

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Turn on the PCC update which synchronize timePhase in PCC as in SIM
0004 PCCUpdate = cms.PSet(
0005   applyFixPCC = cms.bool(False)
0006 )
0007 
0008 from Configuration.Eras.Modifier_run3_common_cff import run3_common
0009 run3_common.toModify(PCCUpdate, applyFixPCC = True)