CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoBTag/SoftLepton/python/muonSelection.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 All                              = cms.uint32(0)           # dummy options - always true
00004 AllGlobalMuons                   = cms.uint32(1)           # checks isGlobalMuon flag
00005 AllStandAloneMuons               = cms.uint32(2)           # checks isStandAloneMuon flag
00006 AllTrackerMuons                  = cms.uint32(3)           # checks isTrackerMuon flag
00007 TrackerMuonArbitrated            = cms.uint32(4)           # resolve ambiguity of sharing segments
00008 AllArbitrated                    = cms.uint32(5)           # all muons with the tracker muon arbitrated
00009 GlobalMuonPromptTight            = cms.uint32(6)           # global muons with tighter fit requirements
00010 TMLastStationLoose               = cms.uint32(7)           # penetration depth loose selector
00011 TMLastStationTight               = cms.uint32(8)           # penetration depth tight selector
00012 TM2DCompatibilityLoose           = cms.uint32(9)           # likelihood based loose selector
00013 TM2DCompatibilityTight           = cms.uint32(10)          # likelihood based tight selector
00014 TMOneStationLoose                = cms.uint32(11)          # require one well matched segment
00015 TMOneStationTight                = cms.uint32(12)          # require one well matched segment
00016 TMLastStationOptimizedLowPtLoose = cms.uint32(13)          # combination of TMLastStation and TMOneStation
00017 TMLastStationOptimizedLowPtTight = cms.uint32(14)          # combination of TMLastStation and TMOneStation