CMS 3D CMS Logo

alcastreamHcalGammaJetOutput_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # output block for alcastream HCAL Dijets
4 # output module
5 # module alcastreamHcalGammaJetOutput = PoolOutputModule
6 alcastreamHcalGammaJetOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep HcalNoiseSummary_hcalnoise_*_*',
9  'keep *_GammaJetProd_*_*')
10 )
11