CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/SUSYBSM/python/mcSel_RA3_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 #MET
00003 mc_metMin = cms.double(50.0)
00004 #HT
00005 mc_ptJetForHtMin = cms.double(0.0)
00006 mc_htMin = cms.double(0.0)
00007 #Jets
00008 mc_nJet = cms.int32(0)
00009 mc_ptJetMin = cms.double(0.0)
00010 #Photons
00011 mc_nPhot = cms.int32(2)
00012 mc_ptPhotMin = cms.double(15.0)
00013 #Electrons
00014 mc_nElec = cms.int32(0)
00015 mc_nElecRule = cms.string("greaterEqual")
00016 mc_ptElecMin = cms.double(0.0)
00017 #Muons
00018 mc_nMuon = cms.int32(0)
00019 mc_nMuonRule = cms.string("greaterEqual")
00020 mc_ptMuonMin = cms.double(0.0)
00021 #Taus
00022 mc_nTau = cms.int32(0)
00023 mc_ptTauMin = cms.double(0.0)
00024