CMS 3D CMS Logo

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