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  # will be updated to add the spatial alignment required collections
11  )
12 )
13 
14 OutALCARECOPPSCalTrackBasedSel = OutALCARECOPPSCalTrackBasedSel_noDrop.clone()
15 OutALCARECOPPSCalTrackBasedSel.outputCommands.insert(0, 'drop *')