CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
onia_EventContent_cff.py
Go to the documentation of this file.
2 
7 oniaMuMuEventContent = cms.PSet(
8  outputCommands = cms.untracked.vstring('keep *_source_*_*',
9  'keep recoCandidatesOwned_genParticleCandidates_*_*',
10  'keep recoTracks_ctfWithMaterialTracks_*_*',
11  'keep recoTracks_globalMuons_*_*',
12  'keep recoTracks_standAloneMuons_*_*',
13  'keep recoMuons_muons_*_*',
14  'keep recoCandidatesOwned_allMuons_*_*',
15  'keep recoCandidatesOwned_allTracks_*_*',
16  'keep recoCandidatesOwned_allStandAloneMuonTracks_*_*')
17 )
18 AODSIMEventContent.outputCommands.extend(oniaMuMuEventContent.outputCommands)
19 AODSIMEventContent.outputCommands.extend(bToMuMuEventContent.outputCommands)
20