CMS 3D CMS Logo

ALCARECOPPSCalTrackBasedSel_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOPPSCalTrackBasedSel_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOPPSCalTrackBasedSel')
6  ),
7  outputCommands = cms.untracked.vstring(
8  'keep *_ALCARECOPPSCalTrackBasedSel_*_*',
9  'keep *_ctppsDiamondRawToDigi_*_*',
10  'keep *_ctppsDiamondRecHits_*_*',
11  'keep *_totemTimingRawToDigi_*_*',
12  'keep *_totemTimingRecHits_*_*',
13  'keep *_ctppsLocalTrackLiteProducer_*_*'
14  )
15 )
16 
17 OutALCARECOPPSCalTrackBasedSel = OutALCARECOPPSCalTrackBasedSel_noDrop.clone()
18 OutALCARECOPPSCalTrackBasedSel.outputCommands.insert(0, 'drop *')