src
DQM
SiStripCommon
python
PoolOutput_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
PoolOutput = cms.OutputModule(
"PoolOutputModule"
,
4
fileName = cms.untracked.string(
'PoolOutput.root'
)
5
)
6
7
Generated for CMSSW Reference Manual by
1.8.14