Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:42:48

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # output block for alcastream HCAL Dijets
0004 # output module 
0005 #  module alcastreamHcalGammaJetOutput = PoolOutputModule
0006 alcastreamHcalGammaJetOutput = cms.PSet(
0007     outputCommands = cms.untracked.vstring('drop *', 
0008         'keep HcalNoiseSummary_hcalnoise_*_*',
0009         'keep *_GammaJetProd_*_*')
0010 )
0011