CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LaserAlignmentAlgorithm_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # configuration of the alignment algorithm
4 #
5 LaserAlignmentAlgorithm = cms.PSet(
6  AlignmentAlgorithm = cms.PSet(
7  SecondFixedParameterTEC2TEC = cms.untracked.int32(3),
8  FirstFixedParameterTEC2TEC = cms.untracked.int32(2),
9  FirstFixedParameterNegTEC = cms.untracked.int32(2),
10  SecondFixedParameterNegTEC = cms.untracked.int32(3),
11  SecondFixedParameterPosTEC = cms.untracked.int32(3),
12  # parameters to fix in Millepede (x,y for disc 1)
13  FirstFixedParameterPosTEC = cms.untracked.int32(2)
14  )
15 )
16