Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CalibMuon
DTCalibration
python
dtSegmentSelection_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5