CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SUSYBSMAnalysis/Skimming/python/EXOEle_EventContent_cfi.py

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 #default output contentRECOSIMEventContent
00015 exoticaEleOutputModule.outputCommands.extend(RECOSIMEventContent.outputCommands)
00016