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 *_*HiGenJets_*_*'
7  )
8  )
9 
10 RecoHiJetsFEVT = cms.PSet(
11  outputCommands = cms.untracked.vstring('keep *_*CaloJets_*_*',
12  'keep *_*HiGenJets_*_*'
13  )
14  )
15 
16 
17 
18