CMS 3D CMS Logo

ALCARECOSiPixelCalZeroBias_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # AlCaReco for Bad Component Identification
4 OutALCARECOSiPixelCalZeroBias_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOSiPixelCalZeroBias')
7  ),
8  outputCommands=cms.untracked.vstring(
9  'keep *_ALCARECOSiPixelCalZeroBias_*_*',
10  'keep *_siPixelStatusProducer_*_*')
11 )
12 
13 import copy
14 OutALCARECOSiPixelCalZeroBias=copy.deepcopy(OutALCARECOSiPixelCalZeroBias_noDrop)
15 OutALCARECOSiPixelCalZeroBias.outputCommands.insert(0,"drop *")
16