CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentMonitorMuonSystemMap1D_cfi.py
Go to the documentation of this file.
2 
3 AlignmentMonitorMuonSystemMap1D = cms.untracked.PSet(
4  minTrackPt = cms.double(100.),
5  maxTrackPt = cms.double(200.),
6  minTrackerHits = cms.int32(15),
7  maxTrackerRedChi2 = cms.double(10.),
8  allowTIDTEC = cms.bool(True),
9  minDT13Hits = cms.int32(8),
10  minDT2Hits = cms.int32(4),
11  minCSCHits = cms.int32(6)
12  )