CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/PhysicsTools/SelectorUtils/python/pfMuonSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002  
00003 pfMuonSelector = cms.PSet(
00004     version = cms.string('SPRING11'),
00005     Chi2 = cms.double(10.0),
00006     D0 = cms.double(0.02),
00007     NHits = cms.int32(11),
00008     NValMuHits = cms.int32(0),
00009     PFIso = cms.double(0.2),
00010     nPixelHits = cms.int32(1),
00011     nMatchedStations=cms.int32(1),
00012     cutsToIgnore=cms.vstring()
00013     )
00014