/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py
13 строк
410 B
Matthias Schroeder
Set hierarchy constraints as default.
16 дек 2015, 13:13
16 дек 2015, 13:13
4eef681
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms AlignmentParameterStore = cms.PSet( ParameterStore = cms.PSet( ExtendedCorrelationsConfig = cms.PSet( CutValue = cms.double(0.95), Weight = cms.double(0.5), MaxUpdates = cms.int32(5000) ), UseExtendedCorrelations = cms.untracked.bool(False), TypeOfConstraints = cms.string('hierarchy'), ) )