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