CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcastreamHcalHBHEMuonOutput_cff.py
Go to the documentation of this file.
2 
3 # output block for alcastream HCAL HBHEMuon
4 # output module
5 # module alcastreamHcalHBHEMuonOutput = PoolOutputModule
6 alcastreamHcalHBHEMuonOutput = cms.PSet(
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep *_HBHEMuonProd_*_*')
9  )