CMS 3D CMS Logo

alcastreamElectronOutput_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream Electron
00004 # output module 
00005 #  module alcastreamElecronOutput = PoolOutputModule
00006 alcastreamElectronOutput = cms.PSet(
00007     # put this when we have a filter
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathAlcastreamElectron')
00010     ),
00011     outputCommands = cms.untracked.vstring('drop  *', 
00012         'keep  TrackCandidates_pixelMatchElectrons_*_*', 
00013         'keep  *_electronFilter_*_*', 
00014         'keep  *_alCaIsolatedElectrons_*_*')
00015 )
00016 

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