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.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 
8 pfMuons = pfIsolatedMuons.clone(cut = cms.string("pt > 5 & muonRef.isAvailable()"))
9 
10 
11 pfMuonSequence = cms.Sequence(
12  pfAllMuons +
13  pfMuonsFromVertex +
14  pfIsolatedMuons+
15  pfMuons
16  )
17 
18 
19 
20