CMS 3D CMS Logo

ALCARECOTkAlMuonIsolated_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for track based alignment using MuonIsolated events
00004 OutALCARECOTkAlMuonIsolated = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOTkAlMuonIsolated')
00007     ),
00008     outputCommands = cms.untracked.vstring('drop *', 
00009         'keep *_ALCARECOTkAlMuonIsolated_*_*', 
00010         'keep *_MEtoEDMConverter_*_*')
00011 )
00012 

Generated on Tue Jun 9 17:24:01 2009 for CMSSW by  doxygen 1.5.4