Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoHI
HiJetAlgos
python
RecoHiJets_EventContent_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5