CMS 3D CMS Logo

ALCARECOEcalCalPhiSym_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream EcalPhiSym
00004 # keep L1 info and laser-recalibrated hits : 
00005 # non-recalibrated hits have HLT as parent process
00006 OutALCARECOEcalCalPhiSym = cms.PSet(
00007     # put this if you have a filter
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOEcalCalPhiSym')
00010     ),
00011     outputCommands = cms.untracked.vstring('drop *', 
00012         'keep *_*_phiSymEcalRecHitsEB_*', 
00013         'keep *_*_phiSymEcalRecHitsEE_*',
00014         'keep L1GlobalTriggerReadoutRecord_hltGtDigis_*_*',
00015         'keep *_MEtoEDMConverter_*_*')
00016 )
00017 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4