CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOSiPixelCalSingleMuonLoose_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOSiPixelCalSingleMuonLoose')
6  ),
7  outputCommands = cms.untracked.vstring(
8  'keep *_ALCARECOSiPixelCalSingleMuonLoose_*_*',
9  'keep *_muons__*',
10  'keep *_offlinePrimaryVertices_*_*',
11  'keep *_*riggerResults_*_HLT'
12  )
13 )
14 
15 OutALCARECOSiPixelCalSingleMuonLoose=OutALCARECOSiPixelCalSingleMuonLoose_noDrop.clone()
16 OutALCARECOSiPixelCalSingleMuonLoose.outputCommands.insert(0, "drop *")