Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 MuonAlignmentFromReference = cms.PSet(
00004 algoName = cms.string("MuonAlignmentFromReference"),
00005
00006
00007 reference = cms.vstring(),
00008
00009
00010 minTrackPt = cms.double(20.),
00011 maxTrackPt = cms.double(100.),
00012 minTrackerHits = cms.int32(10),
00013 maxTrackerRedChi2 = cms.double(10.),
00014 allowTIDTEC = cms.bool(True),
00015 minDT13Hits = cms.int32(8),
00016 minDT2Hits = cms.int32(4),
00017 minCSCHits = cms.int32(6),
00018
00019
00020 writeTemporaryFile = cms.string(""),
00021 readTemporaryFiles = cms.vstring(),
00022 doAlignment = cms.bool(True),
00023 strategy = cms.int32(1),
00024
00025
00026 twoBin = cms.bool(True),
00027 combineME11 = cms.bool(True),
00028
00029 residualsModel = cms.string("ROOTVoigt"),
00030 minAlignmentHits = cms.int32(30),
00031 weightAlignment = cms.bool(True),
00032
00033
00034 reportFileName = cms.string("MuonAlignmentFromReference_report.py"),
00035
00036 maxResSlopeY = cms.double(10.)
00037 )