CMS 3D CMS Logo

l1RPCOutputModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 L1RPCEventContent = cms.OutputModule("PoolOutputModule",
5  l1RPCEventSelection,
6  l1RPC_EventContent,
7  datasets = cms.untracked.PSet(
8  filterName = cms.untracked.string('l1RPC_Filter'),
9  dataTier = cms.untracked.string('USER')
10  ),
11  fileName = cms.untracked.string('l1RPC.root')
12 )
13 
14