CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalZMuMu_Output_cff.py
Go to the documentation of this file.
2 
3 # AlCaReco for HO using ZMuMu events
4 OutALCARECOHcalCalZMuMu_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOHcalCalZMuMu')
7  ),
8  outputCommands = cms.untracked.vstring(
9  'keep *_ALCARECOHcalCalZMuMu_*_*',
10  'keep *_horeco_*_*')
11 )
12 
13 import copy
14 OutALCARECOHcalCalZMuMu=copy.deepcopy(OutALCARECOHcalCalZMuMu_noDrop)
15 OutALCARECOHcalCalZMuMu.outputCommands.insert(0, "drop *")