CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentParameterStore_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
9  ),
10  UseExtendedCorrelations = cms.untracked.bool(False),
11  TypeOfConstraints = cms.string('hierarchy'),
12  )
13 )
14