00001 import FWCore.ParameterSet.Config as cms 00002 00003 from SUSYBSMAnalysis.Skimming.SusyElectronPhoton_EventContent_cff import * 00004 susyElectronPhotonOutputModule = cms.OutputModule("PoolOutputModule", 00005 susyElectronPhotonEventSelection, 00006 AODSIMSusyElectronPhotonEventContent, 00007 dataset = cms.untracked.PSet( 00008 filterName = cms.untracked.string('susyElectronPhoton'), 00009 dataTier = cms.untracked.string('USER') 00010 ), 00011 fileName = cms.untracked.string('susyElectronPhoton.root') 00012 ) 00013 00014