CMS 3D CMS Logo

SusyElectronPhoton_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.eventContent.EventContent_cff import *
00004 AODSIMSusyElectronPhotonEventContent = cms.PSet(
00005     outputCommands = cms.untracked.vstring()
00006 )
00007 susyElectronPhotonEventSelection = cms.PSet(
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring()
00010     )
00011 )
00012 AODSIMSusyElectronPhotonEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
00013 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_0Muon_1Elec_1Jets_MET')
00014 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_0Muon_2Elec_2Jets_MET')
00015 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_1Muon_1Elec_2Jets_MET')
00016 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_0Muon_1Elec_2Jets_MET')
00017 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hadSUSYdiElec')
00018 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hadSUSYTopElec')
00019 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('SUSYHighPtPhoton')
00020 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('SUSYControlHighPtPhoton')
00021 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hEEPSignalHighEt')
00022 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtHigh')
00023 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtMedBarrel')
00024 susyElectronPhotonEventSelection.SelectEvents.SelectEvents.append('hEEPSignalMedEtMedEndcap')
00025 

Generated on Tue Jun 9 17:48:04 2009 for CMSSW by  doxygen 1.5.4