CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtSegmentSelection_cfi.py
Go to the documentation of this file.
2 
3 dtSegmentSelection = cms.PSet(
4  checkNoisyChannels = cms.bool(False),
5  minHitsPhi = cms.int32(7),
6  minHitsZ = cms.int32(4),
7  maxChi2 = cms.double(1000.0),
8  maxAnglePhi = cms.double(25.),
9  maxAngleZ = cms.double(999.)
10 )