CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
diMuonEventContent_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # "keep *_genParticles_*_*",
4 
5 import FWCore.ParameterSet.Config as cms
6 
8 diMuonEventContent = cms.PSet(
9  outputCommands = cms.untracked.vstring('keep *_ctfWithMaterialTracks_*_*',
10  'keep *_globalMuons_*_*',
11  'keep edmTriggerResults_*_*_*',
12  'keep *_l1extraParticles_*_*')
13 )
14 #include "Configuration/EventContent/data/EventContent.cff"
15 #replace diMuonEventContent.outputCommands += AODSIMEventContent.outputCommands
16 diMuonEventSelection = cms.PSet(
17  SelectEvents = cms.untracked.PSet(
18  SelectEvents = cms.vstring('diMuonPath')
19  )
20 )
21 diMuonEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)
22