CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalEtaCalib_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 OutALCARECOEcalCalEtaCalib_noDrop = cms.PSet(
00004     # put this if you have a filter
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOEcalCalEtaCalib')
00007     ),
00008     outputCommands = cms.untracked.vstring(
00009         'keep *_ecalEtaCorrected_etaEcalRecHitsEB_*',
00010         'keep *_ecalEtaCorrected_etaEcalRecHitsEE_*',
00011         'keep L1GlobalTriggerReadoutRecord_hltGtDigis_*_*',
00012         'keep *_hltAlCaEtaRecHitsFilter_etaEcalRecHitsES_*')
00013 )
00014 
00015 import copy
00016 OutALCARECOEcalCalEtaCalib=copy.deepcopy(OutALCARECOEcalCalEtaCalib_noDrop)
00017 OutALCARECOEcalCalEtaCalib.outputCommands.insert(0,"drop *")