CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 *_totemTimingRawToDigi_*_*',
11  'keep *_ctppsLocalTrackLiteProducer_*_*'
12  )
13 )
14 
15 OutALCARECOPPSCalTrackBasedSel = OutALCARECOPPSCalTrackBasedSel_noDrop.clone()
16 OutALCARECOPPSCalTrackBasedSel.outputCommands.insert(0, 'drop *')