CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibMuon/DTCalibration/python/dtSegmentSelection_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dtSegmentSelection = cms.PSet(
00004     checkNoisyChannels = cms.bool(False),
00005     minHitsPhi = cms.int32(7),
00006     minHitsZ = cms.int32(4),
00007     maxChi2 = cms.double(1000.0),
00008     maxAnglePhi = cms.double(25.),
00009     maxAngleZ = cms.double(999.)
00010 )