CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/Calibration/HcalAlCaRecoProducers/python/alcastreamHcalIsotrkOutput_cff.py

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