Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 AlignmentMonitorMuonVsCurvature = cms.untracked.PSet(
00004 minTrackPt = cms.double(20.),
00005 minTrackerHits = cms.int32(10),
00006 maxTrackerRedChi2 = cms.double(100.),
00007 allowTIDTEC = cms.bool(True),
00008 maxDxy = cms.double(10.),
00009 minDT13Hits = cms.int32(8),
00010 minDT2Hits = cms.int32(4),
00011 minCSCHits = cms.int32(6),
00012 layer = cms.int32(2),
00013 propagator = cms.string("SmartPropagatorAnyRK"),
00014 )