CMS 3D CMS Logo

dtSegmentSelection_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 dtSegmentSelection = cms.PSet(
4  Muons= cms.InputTag(''),
5  checkNoisyChannels = cms.bool(False),
6  minHitsPhi = cms.int32(7),
7  minHitsZ = cms.int32(4),
8  maxChi2 = cms.double(1000.0),
9  maxAnglePhi = cms.double(25.),
10  maxAngleZ = cms.double(999.)
11 )