CMS 3D CMS Logo

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