00001 import FWCore.ParameterSet.Config as cms 00002 00003 from Configuration.eventContent.EventContent_cff import * 00004 AODSIMSusyMuonEventContent = cms.PSet( 00005 outputCommands = cms.untracked.vstring() 00006 ) 00007 susyMuonEventSelection = cms.PSet( 00008 SelectEvents = cms.untracked.PSet( 00009 SelectEvents = cms.vstring() 00010 ) 00011 ) 00012 AODSIMSusyMuonEventContent.outputCommands.extend(AODSIMEventContent.outputCommands) 00013 susyMuonEventSelection.SelectEvents.SelectEvents.append('hadSUSYdiMuon') 00014 susyMuonEventSelection.SelectEvents.SelectEvents.append('hadSUSYTopMuon') 00015 susyMuonEventSelection.SelectEvents.SelectEvents.append('hadSUSYQCDControlMET') 00016 susyMuonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_1Muon_0Elec_1Jets_MET') 00017 susyMuonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_1Muon_1Elec_2Jets_MET') 00018 susyMuonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_2Muon_0Elec_2Jets_MET') 00019 susyMuonEventSelection.SelectEvents.SelectEvents.append('lepSUSY_1Muon_0Elec_2Jets_MET') 00020