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 = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOSiPixelLorentzAngle')
6  ),
7  outputCommands = cms.untracked.vstring('drop *',
8  'keep *_globalMuons_*_*',
9  'keep *_siStripClusters_*_*',
10  'keep *_siPixelClusters_*_*',
11  'drop *_*_*_HLT')
12 )
13