00001 import FWCore.ParameterSet.Config as cms 00002 00003 AlignmentParameterStore = cms.PSet( 00004 ParameterStore = cms.PSet( 00005 ExtendedCorrelationsConfig = cms.PSet( 00006 CutValue = cms.double(0.95), 00007 Weight = cms.double(0.5), 00008 MaxUpdates = cms.int32(5000) 00009 ), 00010 UseExtendedCorrelations = cms.untracked.bool(False) 00011 ) 00012 ) 00013