CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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