Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from Configuration.EventContent.EventContent_cff import *
00004
00005 exoticaSinglePhoOutputModule = cms.OutputModule("PoolOutputModule",
00006 outputCommands = cms.untracked.vstring(),
00007
00008 SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('exoticaRecoSinglePhoHighetPath')),
00009 dataset = cms.untracked.PSet(filterName = cms.untracked.string('EXOSinglePho'),
00010 dataTier = cms.untracked.string('EXOGroup')
00011 ),
00012
00013 fileName = cms.untracked.string('exoticatest.root')
00014 )
00015
00016 exoticaSinglePhoOutputModule.outputCommands.extend(RECOSIMEventContent.outputCommands)
00017