CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOSiPixelLorentzAngle_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOSiPixelLorentzAngle_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOSiPixelLorentzAngle')
6  ),
7  outputCommands = cms.untracked.vstring(
8  'keep *_globalMuons_*_*',
9  'keep *_siStripClusters_*_*',
10  'keep *_siPixelClusters_*_*',
11  'drop *_*_*_HLT')
12 )
13 
14 import copy
15 
16 OutALCARECOSiPixelLorentzAngle=copy.deepcopy(OutALCARECOSiPixelLorentzAngle_noDrop)
17 OutALCARECOSiPixelLorentzAngle.outputCommands.insert(0, "drop *")