CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/EcalAlCaRecoProducers/python/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_gsfElectrons_*_*', 
00013         'keep  *_electronFilter_*_*', 
00014         'keep  *_alCaIsolatedElectrons_*_*')
00015 )
00016