CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:24:08 2009 for CMSSW by  doxygen 1.5.4