CMS 3D CMS Logo

ALCARECOMuAlOverlaps_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for muon based alignment using tracks in the CSC overlap regions
00004 OutALCARECOMuAlOverlaps = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOMuAlOverlaps')
00007     ),
00008     outputCommands = cms.untracked.vstring('drop *', 
00009         'keep *_ALCARECOMuAlOverlaps_*_*')
00010 )
00011 

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