CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalElectron_Output_cff.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 # output block for alcastream Electron
00005 OutALCARECOEcalCalElectron_noDrop = cms.PSet(
00006     # put this if you have a filter
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOEcalCalElectron')
00009     ),
00010     outputCommands = cms.untracked.vstring( 
00011         'keep  *_electronFilter_*_*', 
00012         'keep  *_alCaIsolatedElectrons_*_*', 
00013         'keep edmTriggerResults_TriggerResults__HLT')
00014 )
00015 
00016 
00017 import copy
00018 OutALCARECOEcalCalElectron=copy.deepcopy(OutALCARECOEcalCalElectron_noDrop)
00019 OutALCARECOEcalCalElectron.outputCommands.insert(0, "drop *")