CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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