CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pdwgSingleMu_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 SingleMu = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
4 SingleMu.UseMuonSelection = cms.bool(True)
5 SingleMu.globalMuonPtMin = cms.double(20)
6 SingleMu.trackerMuonPtMin = cms.double(20)
7 SingleMu.muonN = cms.int32(1)
8 SingleMu.filterName = cms.string("SingleMu")