1 import FWCore.ParameterSet.Config
as cms
3 OutALCARECOPPSCalTrackBasedSel_noDrop = cms.PSet(
4 SelectEvents = cms.untracked.PSet(
5 SelectEvents = cms.vstring(
'pathALCARECOPPSCalTrackBasedSel')
7 outputCommands = cms.untracked.vstring(
8 'keep *_ALCARECOPPSCalTrackBasedSel_*_*',
9 'keep *_ctppsDiamondRawToDigi_*_*',
10 'keep *_ctppsDiamondRecHits_*_*',
11 'keep *_totemTimingRawToDigi_*_*',
12 'keep *_totemTimingRecHits_*_*',
13 'keep *_ctppsLocalTrackLiteProducer_*_*' 17 OutALCARECOPPSCalTrackBasedSel = OutALCARECOPPSCalTrackBasedSel_noDrop.clone()
18 OutALCARECOPPSCalTrackBasedSel.outputCommands.insert(0,
'drop *')