CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1MuonOutputModule_cfi.py
Go to the documentation of this file.
2 
4 L1MuonEventContent = cms.OutputModule("PoolOutputModule",
5  l1Muon_EventContent,
6  l1MuonEventSelection,
7  datasets = cms.untracked.PSet(
8  filterName = cms.untracked.string('l1Muon_Filter'),
9  dataTier = cms.untracked.string('USER')
10  ),
11  fileName = cms.untracked.string('l1Muon.root')
12 )
13 
14