CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibMuon/RPCCalibration/python/l1RPCOutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CalibMuon.RPCCalibration.l1RPC_EventContent_cff import *
00004 L1RPCEventContent = cms.OutputModule("PoolOutputModule",
00005     l1RPCEventSelection,
00006     l1RPC_EventContent,
00007     datasets = cms.untracked.PSet(
00008         filterName = cms.untracked.string('l1RPC_Filter'),
00009         dataTier = cms.untracked.string('USER')
00010     ),
00011     fileName = cms.untracked.string('l1RPC.root')
00012 )
00013 
00014