CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/TopQuarkAnalysis/Configuration/python/patRefSel_PF2PAT.py

Go to the documentation of this file.
00001 #
00002 # This file contains the PF2PAT settings for the Top PAG reference selections.
00003 #
00004 
00005 ### Vertex configuration (for leptons)
00006 
00007 pfVertices  = 'goodOfflinePrimaryVertices'
00008 pfD0Cut     = 0.2
00009 pfDzCut     = 0.5
00010 
00011 ### Muon configuration
00012 
00013 # Selector
00014 pfMuonSelectionCut = 'pt > 5.'
00015 
00016 # Isolation
00017 pfMuonIsoConeR03 = False
00018 pfMuonCombIsoCut = 0.2
00019 
00020 ### Electron configuration
00021 
00022 # Selector
00023 pfElectronSelectionCut  =     'pt > 5.'
00024 pfElectronSelectionCut += ' && gsfTrackRef.isNonnull'
00025 pfElectronSelectionCut += ' && gsfTrackRef.trackerExpectedHitsInner.numberOfLostHits < 2'
00026 
00027 # Isolation
00028 pfElectronIsoConeR03 = False
00029 pfElectronCombIsoCut = 0.2