CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 HORecHitsSorted_MinProd_*_*',
10  'keep HFRecHitsSorted_MinProd_*_*')
11 )
12