CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SUSYBSMAnalysis/Skimming/python/EXOSinglePho_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 exoticaSinglePhoOutputModule = cms.OutputModule("PoolOutputModule",
00006                                           outputCommands = cms.untracked.vstring(),
00007 #                                          SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('exoticaSinglePhoHighetPath')),
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 #default output contentRECOSIMEventContent
00016 exoticaSinglePhoOutputModule.outputCommands.extend(RECOSIMEventContent.outputCommands)
00017