CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOEcalCalEtaCalib_Output_cff.py
Go to the documentation of this file.
2 
3 OutALCARECOEcalCalEtaCalib_noDrop = cms.PSet(
4  # put this if you have a filter
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOEcalCalEtaCalib')
7  ),
8  outputCommands = cms.untracked.vstring(
9  'keep *_ecalEtaCorrected_etaEcalRecHitsEB_*',
10  'keep *_ecalEtaCorrected_etaEcalRecHitsEE_*',
11  'keep L1GlobalTriggerReadoutRecord_hltGtDigis_*_*',
12  'keep *_hltAlCaEtaRecHitsFilter_etaEcalRecHitsES_*')
13 )
14 
15 import copy
16 OutALCARECOEcalCalEtaCalib=copy.deepcopy(OutALCARECOEcalCalEtaCalib_noDrop)
17 OutALCARECOEcalCalEtaCalib.outputCommands.insert(0,"drop *")