1 import FWCore.ParameterSet.Config
as cms
4 muonL1EventContent = cms.PSet(
5 outputCommands = cms.untracked.vstring()
7 muonL1EventSelection = cms.PSet(
8 SelectEvents = cms.untracked.PSet(
9 SelectEvents = cms.vstring(
'muonL1Path')
12 RECOSIMmuonL1EventContent = cms.PSet(
13 outputCommands = cms.untracked.vstring()
15 AODSIMmuonL1EventContent = cms.PSet(
16 outputCommands = cms.untracked.vstring()
18 RECOSIMmuonL1EventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
19 RECOSIMmuonL1EventContent.outputCommands.extend(muonL1EventContent.outputCommands)
20 AODSIMmuonL1EventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
21 AODSIMmuonL1EventContent.outputCommands.extend(muonL1EventContent.outputCommands)