CMS 3D CMS Logo

alcastreamHcalDijetsOutput_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 alcastreamHcalDijetsOutput = PoolOutputModule
6 alcastreamHcalDijetsOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep HcalNoiseSummary_hcalnoise_*_*',
9  'keep *_DiJProd_*_*')
10 )
11