CMS 3D CMS Logo

zToMuMuGolden_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 zToMuMuGoldenEventContent = cms.PSet(
00004     outputCommands = cms.untracked.vstring('keep recoCandidatesOwned_genParticleCandidates_*_*', 
00005         'keep recoTracks_ctfWithMaterialTracks_*_*', 
00006         'keep recoTracks_globalMuons_*_*', 
00007         'keep recoTracks_standAloneMuons_*_*', 
00008         'keep recoMuons_muons_*_*', 
00009         'keep recoCandidatesOwned_allMuons_*_*', 
00010         'keep *_allMuonIsolations_*_*', 
00011         'keep *_zToMuMuGolden_*_*', 
00012         'keep *_allMuonsGenParticlesMatch_*_*', 
00013         'keep *_zToMuMuGoldenGenParticlesMatch_*_*')
00014 )
00015 zToMuMuGoldenEventSelection = cms.PSet(
00016     SelectEvents = cms.untracked.PSet(
00017         SelectEvents = cms.vstring('zToMuMuGoldenHLTPath')
00018     )
00019 )
00020 

Generated on Tue Jun 9 17:34:20 2009 for CMSSW by  doxygen 1.5.4