CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream HCAL Isotrk
00004 # output module 
00005 #  module alcastreamHcalIsotrkOutput = PoolOutputModule
00006 OutALCARECOHcalCalIsoTrkNoHLT_noDrop = cms.PSet(
00007     # use this in case of filter available
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOHcalCalIsoTrkNoHLT')
00010     ),
00011     outputCommands = cms.untracked.vstring( 
00012         'keep *_IsoProd_*_*')
00013 )
00014 
00015 
00016 import copy
00017 OutALCARECOHcalCalIsoTrkNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkNoHLT_noDrop)
00018 OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, "drop *")