Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

PoolOutput = cms.OutputModule("PoolOutputModule",
    fileName = cms.untracked.string('PoolOutput.root')
)