CMS 3D CMS Logo

Variables

python::PF2PAT_cff Namespace Reference

Variables

tuple PF2PAT

Variable Documentation

Initial value:
00001 cms.Sequence(
00002     pfNoPileUpSequence + 
00003     # pfSortByTypeSequence +
00004     pfAllNeutralHadrons+
00005     pfAllChargedHadrons+
00006     pfAllPhotons+
00007     # pfAllMuons + in 'pfMuonSequence' 
00008     pfMuonSequence + 
00009     pfNoMuon +
00010     # pfAllElectrons + in 'pfElectronSequence' 
00011     pfElectronSequence +
00012     pfNoElectron + 
00013 # when uncommenting, change the source of the jet clustering
00014     pfJetSequence +
00015     pfNoJet + 
00016     pfTauSequence +
00017     pfNoTau +
00018 # finally run pfMET reco (use pfJets provided by PF2PAT? After tau cleaning or before)
00019     pfMET
00020 # now that we have real data, we leave it to the user
00021 # or maybe to PAT? to run the gen sequence. 
00022     )

Definition at line 21 of file PF2PAT_cff.py.