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 #delta beta weighting
13 #from CommonTools.ParticleFlow.deltaBetaWeights_cff import *
14 
15 # sequential top projection cleaning
20 
21 # getting the ptrs
22 from RecoParticleFlow.PFProducer.pfLinker_cff import particleFlowPtrs
23 
24 # generator tools
26 
27 # plugging PF2PAT on the collection of PFCandidates from RECO:
28 #particleFlowPtrs.src = 'particleFlow'
29 
30 pfPileUp.PFCandidates = 'particleFlowPtrs'
31 pfNoPileUp.bottomCollection = 'particleFlowPtrs'
32 pfPileUpIso.PFCandidates = 'particleFlowPtrs'
33 pfNoPileUpIso.bottomCollection='particleFlowPtrs'
34 pfPileUpJME.PFCandidates = 'particleFlowPtrs'
35 pfNoPileUpJME.bottomCollection='particleFlowPtrs'
36 
37 PFBRECO = cms.Sequence(
38  particleFlowPtrs +
39  pfNoPileUpSequence +
40  pfNoPileUpJMESequence +
41  pfParticleSelectionSequence +
42 # pfDeltaBetaWeightingSequence +
43  pfPhotonSequence +
44  pfMuonSequence +
45  pfNoMuon +
46  pfNoMuonJME +
47  pfElectronSequence +
48  pfNoElectron +
49  pfNoElectronJME +
50  pfNoElectronJMEClones+
51  pfJetSequence +
52  pfNoJet +
53  pfTauSequence +
54  pfNoTau +
55  pfMET
56  )