CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PF2PAT_cff.py
Go to the documentation of this file.
2 
9 
10 # sequential top projection cleaning
16 
17 # generator tools
19 
20 
21 PF2PAT = cms.Sequence(
22  pfNoPileUpSequence +
23  # pfSortByTypeSequence +
24  pfAllNeutralHadrons+
25  pfAllChargedHadrons+
26  pfAllPhotons+
27  # pfAllMuons + in 'pfMuonSequence'
28  pfMuonSequence +
29  pfNoMuon +
30  # pfAllElectrons + in 'pfElectronSequence'
31  pfElectronSequence +
32  pfNoElectron +
33 # when uncommenting, change the source of the jet clustering
34  pfJetSequence +
35  pfNoJet +
36  pfTauSequence +
37  pfNoTau +
38 # finally run pfMET reco (use pfJets provided by PF2PAT? After tau cleaning or before)
39  pfMET
40 # now that we have real data, we leave it to the user
41 # or maybe to PAT? to run the gen sequence.
42  )