CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
python.PF2PAT_cff Namespace Reference

Variables

tuple PF2PAT
 

Variable Documentation

tuple python.PF2PAT_cff.PF2PAT
Initial value:
1 = cms.Sequence(
2  pfNoPileUpSequence +
3  # pfSortByTypeSequence +
4  pfAllNeutralHadrons+
5  pfAllChargedHadrons+
6  pfAllPhotons+
7  # pfAllMuons + in 'pfMuonSequence'
8  pfMuonSequence +
9  pfNoMuon +
10  # pfAllElectrons + in 'pfElectronSequence'
11  pfElectronSequence +
12  pfNoElectron +
13 # when uncommenting, change the source of the jet clustering
14  pfJetSequence +
15  pfNoJet +
16  pfTauSequence +
17  pfNoTau +
18 # finally run pfMET reco (use pfJets provided by PF2PAT? After tau cleaning or before)
19  pfMET
20 # now that we have real data, we leave it to the user
21 # or maybe to PAT? to run the gen sequence.
22  )

Definition at line 21 of file PF2PAT_cff.py.