CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalZMuMu_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for HO using ZMuMu events
00004 OutALCARECOHcalCalZMuMu_noDrop = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOHcalCalZMuMu')
00007     ),
00008     outputCommands = cms.untracked.vstring(
00009         'keep *_ALCARECOHcalCalZMuMu_*_*', 
00010         'keep *_horeco_*_*')
00011 )
00012 
00013 import copy
00014 OutALCARECOHcalCalZMuMu=copy.deepcopy(OutALCARECOHcalCalZMuMu_noDrop)
00015 OutALCARECOHcalCalZMuMu.outputCommands.insert(0, "drop *")