/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py
15 строк
589 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # configuration of the alignment algorithm # LaserAlignmentAlgorithm = cms.PSet( AlignmentAlgorithm = cms.PSet( SecondFixedParameterTEC2TEC = cms.untracked.int32(3), FirstFixedParameterTEC2TEC = cms.untracked.int32(2), FirstFixedParameterNegTEC = cms.untracked.int32(2), SecondFixedParameterNegTEC = cms.untracked.int32(3), SecondFixedParameterPosTEC = cms.untracked.int32(3), # parameters to fix in Millepede (x,y for disc 1) FirstFixedParameterPosTEC = cms.untracked.int32(2) ) )