Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:47

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