Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CalibMuon
RPCCalibration
python
l1MuonOutputModule_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CalibMuon.RPCCalibration.l1Muon_EventContent_cff
import
*
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
Config
l1Muon_EventContent_cff
Generated for CMSSW Reference Manual by
1.8.5