ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/ElectronSelection.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/ElectronSelection.h (file contents):
Revision 1.5 by anlevin, Tue May 22 22:31:17 2012 UTC vs.
Revision 1.7 by khahn, Sun Jun 3 15:51:56 2012 UTC

# Line 56 | Line 56 | SelectionStatus electronCutBasedVeto(Con
56  
57   SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *);
58   SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *);
59 + SelectionStatus electronPreSelectionNoD0DzIP(ControlFlags &ctrl,
60 +                                             const mithep::Electron *electron,
61 +                                             const mithep::Vertex * vtx);
62  
63   SelectionStatus electronIDMVASelection(ControlFlags &ctrl,
64                                       const mithep::Electron *ele,
# Line 63 | Line 66 | SelectionStatus electronIDMVASelection(C
66   SelectionStatus electronReferenceIDMVASelection(ControlFlags &ctrl,
67                                                  const mithep::Electron *ele,
68                                                  const mithep::Vertex * vtx   );
69 + SelectionStatus electronReferenceIDMVASelectionV1(ControlFlags &ctrl,
70 +                                                const mithep::Electron *ele,
71 +                                                  const mithep::Vertex * vtx   );
72   void initElectronIDMVA();
73 + void initElectronIDMVAV1();
74  
75   #endif
76  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines