CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patRefSel_PF2PAT.py
Go to the documentation of this file.
1 #
2 # This file contains the PF2PAT settings for the Top PAG reference selections.
3 #
4 
5 ### Vertex configuration (for leptons)
6 
7 pfVertices = 'goodOfflinePrimaryVertices'
8 pfD0Cut = 0.2
9 pfDzCut = 0.5
10 
11 ### Muon configuration
12 
13 # Selector
14 pfMuonSelectionCut = 'pt > 5.'
15 
16 # Isolation
17 pfMuonIsoConeR03 = False
18 pfMuonCombIsoCut = 0.2
19 
20 ### Electron configuration
21 
22 # Selector
23 pfElectronSelectionCut = 'pt > 5.'
24 pfElectronSelectionCut += ' && gsfTrackRef.isNonnull'
25 pfElectronSelectionCut += ' && gsfTrackRef.trackerExpectedHitsInner.numberOfLostHits < 2'
26 
27 # Isolation
28 pfElectronIsoConeR03 = True
29 pfElectronCombIsoCut = 0.2