CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #------------------------------------------------------
00004 # Output block for HOCalibProducer
00005 #-------------------------------------------------------
00006 OutALCARECOHcalCalHO_noDrop = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOHcalCalHO')
00009     ),
00010     outputCommands = cms.untracked.vstring(
00011         'keep *_hoCalibProducer_*_*')
00012 )
00013 
00014 
00015 import copy
00016 OutALCARECOHcalCalHO=copy.deepcopy(OutALCARECOHcalCalHO_noDrop)
00017 OutALCARECOHcalCalHO.outputCommands.insert(0, "drop *")