1 import FWCore.ParameterSet.Config
as cms
3 AlignmentParameterStore = cms.PSet(
4 ParameterStore = cms.PSet(
5 ExtendedCorrelationsConfig = cms.PSet(
6 CutValue = cms.double(0.95),
7 Weight = cms.double(0.5),
8 MaxUpdates = cms.int32(5000)
10 UseExtendedCorrelations = cms.untracked.bool(
False),
11 TypeOfConstraints = cms.string(
'hierarchy'),