CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/Alignment/TrackerAlignment/python/TrackerSystematicMisalignments_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackerSystematicMisalignments = cms.EDAnalyzer("TrackerSystematicMisalignments",
00004     # grab an existing geometry
00005     fromDBGeom = cms.untracked.bool(True),
00006     #epsilons
00007     radialEpsilon = cms.untracked.double(-999.0), # default 5e-4 ~ 600 um
00008     telescopeEpsilon = cms.untracked.double(-999.0), # default 5e-4 ~ 600 um
00009     layerRotEpsilon = cms.untracked.double(-999.0), # 9.43e-6
00010     bowingEpsilon = cms.untracked.double(-999.0), #6.77e-9
00011     zExpEpsilon = cms.untracked.double(-999.0), # 2.02e-4
00012     twistEpsilon = cms.untracked.double(-999.0),# 2.04e-6
00013     ellipticalEpsilon = cms.untracked.double(-999.0), # 5e-4
00014     skewEpsilon = cms.untracked.double(-999.0), # 5.5e-2
00015     saggitaEpsilon = cms.untracked.double(-999.0), #5.0e-4
00016     # suppress blind movements
00017     suppressBlindMvmts = cms.untracked.bool(False),
00018         # compatibility flag for old z convention
00019         oldMinusZconvention = cms.untracked.bool(False)
00020 )
00021