CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/HcalAlCaRecoProducers/python/alcastreamHcalGammaJetOutput_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream HCAL Dijets
00004 # output module 
00005 #  module alcastreamHcalGammaJetOutput = PoolOutputModule
00006 alcastreamHcalGammaJetOutput = cms.PSet(
00007     outputCommands = cms.untracked.vstring('drop *', 
00008         'keep *_GammaJetProd_*_*')
00009 )
00010