CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripPCLHistos_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 OutALCARECOSiStripPCLHistos_noDrop = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOSiStripPCLHistos')
00007     ),
00008     outputCommands=cms.untracked.vstring(   
00009         'keep *_MEtoEDMConvertSiStrip_*_*')
00010 )
00011 
00012 import copy
00013 OutALCARECOSiStripPCLHistos=copy.deepcopy(OutALCARECOSiStripPCLHistos_noDrop)
00014 OutALCARECOSiStripPCLHistos.outputCommands.insert(0,"drop *")