CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfMuons_cff.py
Go to the documentation of this file.
2 
4 #from PhysicsTools.PFCandProducer.ParticleSelectors.pfMuonsPtGt5_cfi import *
9 
10 
11 
12 pfMuonSequence = cms.Sequence(
13  pfAllMuons +
14  # muon selection
15  #pfMuonsPtGt5 +
16  pfMuonsFromVertex +
17  pfSelectedMuons +
18  # computing isolation variables:
19  pfMuonIsolationSequence +
20  # selecting isolated electrons:
21  pfIsolatedMuons
22  )
23 
24 
25 
26