CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoHiJets_EventContent_cff.py
Go to the documentation of this file.
2 
3 #Full Event content ---- temporary
4 RecoHiJetsRECO = cms.PSet(
5  outputCommands = cms.untracked.vstring('keep *_*CaloJets_*_*',
6  'keep *_*PFJets_*_*',
7  'keep *_*HiGenJets_*_*',
8  'keep *_*voronoiBackground*_*_*',
9  'keep *_*PFTowers_*_*'
10  )
11  )
12 
13 RecoHiJetsFEVT = cms.PSet(
14  outputCommands = cms.untracked.vstring('keep *_*CaloJets_*_*',
15  'keep *_*PFJets_*_*',
16  'keep *_*HiGenJets_*_*',
17  'keep *_*voronoiBackground*_*_*',
18  'keep *_*PFTowers_*_*'
19  )
20  )
21 
22 
23 
24