CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1RPCOutputModule_cfi.py
Go to the documentation of this file.
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