CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py

Go to the documentation of this file.
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