CMS 3D CMS Logo

hadSUSYdiMuonSkim_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SUSYBSMAnalysis.CSA07Skims.hadSUSYHLTPaths_cfi import *
00004 hadSUSYdiMuonFilter = cms.EDFilter("hadSUSYdiMuonSkim",
00005     PtmindiMuon = cms.double(150.0),
00006     MuonPtmin = cms.double(30.0),
00007     Muonsrc = cms.InputTag("muons"),
00008     NminMuon = cms.int32(2)
00009 )
00010 
00011 hadSUSYdiMuonSeq = cms.Sequence(hadSUSYHLTdiMuonPath+hadSUSYdiMuonFilter)
00012 

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