Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
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
00013 FirstFixedParameterPosTEC = cms.untracked.int32(2)
00014 )
00015 )
00016