CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # configuration of the alignment algorithm
00004 #
00005 LaserAlignmentAlgorithm = cms.PSet(
00006     AlignmentAlgorithm = cms.PSet(
00007         SecondFixedParameterTEC2TEC = cms.untracked.int32(3),
00008         FirstFixedParameterTEC2TEC = cms.untracked.int32(2),
00009         FirstFixedParameterNegTEC = cms.untracked.int32(2),
00010         SecondFixedParameterNegTEC = cms.untracked.int32(3),
00011         SecondFixedParameterPosTEC = cms.untracked.int32(3),
00012         # parameters to fix in Millepede (x,y for disc 1)
00013         FirstFixedParameterPosTEC = cms.untracked.int32(2)
00014     )
00015 )
00016