CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBias_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for Bad Component Identification
00004 OutALCARECOSiStripCalZeroBias_noDrop = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOSiStripCalZeroBias')
00007     ),
00008     outputCommands=cms.untracked.vstring(   
00009         'keep *_ALCARECOSiStripCalZeroBias_*_*',
00010         'keep *_calZeroBiasClusters_*_*',
00011         'keep L1AcceptBunchCrossings_*_*_*',
00012         'keep *_TriggerResults_*_*')
00013 )
00014 
00015 import copy
00016 OutALCARECOSiStripCalZeroBias=copy.deepcopy(OutALCARECOSiStripCalZeroBias_noDrop)
00017 OutALCARECOSiStripCalZeroBias.outputCommands.insert(0,"drop *")