CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Calibration/EcalAlCaRecoProducers/python/alcastreamEcalPhiSymOutput_cff.py

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