CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFBRECO_cff.py
Go to the documentation of this file.
2 
11 
12 # sequential top projection cleaning
17 
18 # generator tools
20 
21 # plugging PF2PAT on the collection of PFCandidates from RECO:
22 
23 pfPileUp.PFCandidates = 'particleFlow'
24 pfNoPileUp.bottomCollection = 'particleFlow'
25 pfPileUpIso.PFCandidates = 'particleFlow'
26 pfNoPileUpIso.bottomCollection='particleFlow'
27 
28 PFBRECO = cms.Sequence(
29  pfNoPileUpSequence +
30  pfParticleSelectionSequence +
31  pfPhotonSequence +
32  pfMuonSequence +
33  pfNoMuon +
34  pfElectronSequence +
35  pfNoElectron +
36  pfJetSequence +
37  pfNoJet +
38  pfTauSequence +
39  pfNoTau +
40  pfMET
41  )