CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcastreamHcalGammaJetOutput_cff.py
Go to the documentation of this file.
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 *_GammaJetProd_*_*')
9 )
10