CMS 3D CMS Logo

muonL1_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 muonL1EventContent = cms.PSet(
5  outputCommands = cms.untracked.vstring()
6 )
7 muonL1EventSelection = cms.PSet(
8  SelectEvents = cms.untracked.PSet(
9  SelectEvents = cms.vstring('muonL1Path')
10  )
11 )
12 RECOSIMmuonL1EventContent = cms.PSet(
13  outputCommands = cms.untracked.vstring()
14 )
15 AODSIMmuonL1EventContent = cms.PSet(
16  outputCommands = cms.untracked.vstring()
17 )
18 RECOSIMmuonL1EventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
19 RECOSIMmuonL1EventContent.outputCommands.extend(muonL1EventContent.outputCommands)
20 AODSIMmuonL1EventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
21 AODSIMmuonL1EventContent.outputCommands.extend(muonL1EventContent.outputCommands)
22