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 muonPFsequence = cms.EDAnalyzer("MuonPFAnalyzer",
4  inputTagMuonReco = cms.InputTag("muons"),
5  inputTagGenParticles = cms.InputTag("genParticles"),
6  inputTagVertex = cms.InputTag("offlinePrimaryVertices"),
7  inputTagBeamSpot = cms.InputTag("offlineBeamSpot"),
8 
9  runOnMC = cms.bool(False),
10  folder = cms.string("Muons/MuonPFAnalyzer/"),
11 
12  recoGenDeltaR = cms.double(0.1),
13  relCombIsoCut = cms.double(0.15),
14  highPtThreshold = cms.double(200.)
15  )
16 
17 
18