Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from HeavyFlavorAnalysis.Skimming.jpsiToMuMu_EventContent_cff import *
00004 from HeavyFlavorAnalysis.Skimming.upsilonToMuMu_EventContent_cff import *
00005 from HeavyFlavorAnalysis.Skimming.bToMuMu_EventContent_cff import *
00006 from Configuration.EventContent.EventContent_cff import *
00007 oniaMuMuEventContent = cms.PSet(
00008 outputCommands = cms.untracked.vstring('keep *_source_*_*',
00009 'keep recoCandidatesOwned_genParticleCandidates_*_*',
00010 'keep recoTracks_ctfWithMaterialTracks_*_*',
00011 'keep recoTracks_globalMuons_*_*',
00012 'keep recoTracks_standAloneMuons_*_*',
00013 'keep recoMuons_muons_*_*',
00014 'keep recoCandidatesOwned_allMuons_*_*',
00015 'keep recoCandidatesOwned_allTracks_*_*',
00016 'keep recoCandidatesOwned_allStandAloneMuonTracks_*_*')
00017 )
00018 AODSIMEventContent.outputCommands.extend(oniaMuMuEventContent.outputCommands)
00019 AODSIMEventContent.outputCommands.extend(bToMuMuEventContent.outputCommands)
00020