CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfMuonSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfMuonSelector = cms.PSet(
4  version = cms.string('TOPPAG12_LJETS'),
5  Chi2 = cms.double(10.0),
6  minTrackerLayers = cms.int32(6),
7  minValidMuHits = cms.int32(1),
8  maxIp = cms.double(0.2),
9  minPixelHits = cms.int32(1),
10  minMatchedStations = cms.int32(2),
11  maxPfRelIso = cms.double(0.12),
12  cutsToIgnore = cms.vstring()
13  )
14