CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/QCDAnalysis/Skimming/python/diMuonEventContent_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #     "keep *_genParticles_*_*",
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 #include "Configuration/EventContent/data/EventContent.cff"
00015 #replace diMuonEventContent.outputCommands += AODSIMEventContent.outputCommands
00016 diMuonEventSelection = cms.PSet(
00017     SelectEvents = cms.untracked.PSet(
00018         SelectEvents = cms.vstring('diMuonPath')
00019     )
00020 )
00021 diMuonEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)
00022