CMS 3D CMS Logo

alcastreamHcalMinbiasOutput_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # output block for alcastream HCAL Min Bias
4 # output module
5 # module alcastreamHcalMinbiasOutput = PoolOutputModule
6 alcastreamHcalMinbiasOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep HBHERecHitsSorted_MinProd_*_*',
9  'keep HcalNoiseSummary_hcalnoise_*_*',
10  'keep HORecHitsSorted_MinProd_*_*',
11  'keep HFRecHitsSorted_MinProd_*_*')
12 )
13