CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalHO_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------------------------------------------
4 # Output block for HOCalibProducer
5 #-------------------------------------------------------
6 OutALCARECOHcalCalHO_noDrop = cms.PSet(
7  SelectEvents = cms.untracked.PSet(
8  SelectEvents = cms.vstring('pathALCARECOHcalCalHO')
9  ),
10  outputCommands = cms.untracked.vstring(
11  'keep *_hoCalibProducer_*_*')
12 )
13 
14 
15 import copy
16 OutALCARECOHcalCalHO=copy.deepcopy(OutALCARECOHcalCalHO_noDrop)
17 OutALCARECOHcalCalHO.outputCommands.insert(0, "drop *")