Go to the documentation of this file.00001
00002
00003
00004
00005 import FWCore.ParameterSet.Config as cms
00006
00007 from SimG4Core.Configuration.SimG4Core_EventContent_cff import *
00008 diMuonEventContent = cms.PSet(
00009 outputCommands = cms.untracked.vstring('keep *_ctfWithMaterialTracks_*_*',
00010 'keep *_globalMuons_*_*',
00011 'keep edmTriggerResults_*_*_*',
00012 'keep *_l1extraParticles_*_*')
00013 )
00014
00015
00016 diMuonEventSelection = cms.PSet(
00017 SelectEvents = cms.untracked.PSet(
00018 SelectEvents = cms.vstring('diMuonPath')
00019 )
00020 )
00021 diMuonEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)
00022