CMS 3D CMS Logo

ALCARECOPromptCalibProdSiPixel_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOPromptCalibProdSiPixel_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOPromptCalibProdSiPixel')
6  ),
7  outputCommands=cms.untracked.vstring(
8  'keep *_ALCARECOPromptCalibProdSiPixel_*_*',
9  'keep *_siPixelStatusProducer_*_*')
10 )
11 
12 import copy
13 
14 OutALCARECOPromptCalibProdSiPixel=copy.deepcopy(OutALCARECOPromptCalibProdSiPixel_noDrop)
15 OutALCARECOPromptCalibProdSiPixel.outputCommands.insert(0, "drop *")