CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonPFAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 
4 muonPFsequence = cms.EDAnalyzer("MuonPFAnalyzer",
5  inputTagMuonReco = cms.InputTag("muons"),
6  inputTagGenParticles = cms.InputTag("genParticles"),
7  inputTagVertex = cms.InputTag("offlinePrimaryVertices"),
8  inputTagBeamSpot = cms.InputTag("offlineBeamSpot"),
9 
10  runOnMC = cms.bool(False),
11  folder = cms.string("Muons/MuonPFAnalyzer/"),
12 
13  recoGenDeltaR = cms.double(0.1),
14  relCombIsoCut = cms.double(0.15),
15  highPtThreshold = cms.double(200.)
16  )
17 
18 
19