CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOSiStripPCLHistos_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 OutALCARECOSiStripPCLHistos_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOSiStripPCLHistos')
7  ),
8  outputCommands=cms.untracked.vstring(
9  'keep *_MEtoEDMConvertSiStrip_*_*')
10 )
11 
12 import copy
13 OutALCARECOSiStripPCLHistos=copy.deepcopy(OutALCARECOSiStripPCLHistos_noDrop)
14 OutALCARECOSiStripPCLHistos.outputCommands.insert(0,"drop *")