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.4 by khahn, Wed May 9 20:52:52 2012 UTC vs.
Revision 1.6 by khahn, Wed May 23 13:33:14 2012 UTC

# Line 51 | Line 51
51  
52   using namespace std;
53  
54 < SelectionStatus electronDummyVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex &);
55 < SelectionStatus electronCutBasedVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex &);
54 > SelectionStatus electronDummyVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *);
55 > SelectionStatus electronCutBasedVeto(ControlFlags &, const mithep::Electron*, const mithep::Vertex *);
56  
57 < SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex &);
58 < SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex &);
57 > SelectionStatus electronPreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *);
58 > SelectionStatus electronReferencePreSelection(ControlFlags &, const mithep::Electron *, const mithep::Vertex *);
59  
60   SelectionStatus electronIDMVASelection(ControlFlags &ctrl,
61                                       const mithep::Electron *ele,
62 <                                     const mithep::Vertex & vtx   );
62 >                                     const mithep::Vertex * vtx   );
63   SelectionStatus electronReferenceIDMVASelection(ControlFlags &ctrl,
64                                                  const mithep::Electron *ele,
65 <                                                const mithep::Vertex & vtx   );
65 >                                                const mithep::Vertex * vtx   );
66 > SelectionStatus electronReferenceIDMVASelectionV1(ControlFlags &ctrl,
67 >                                                const mithep::Electron *ele,
68 >                                                  const mithep::Vertex * vtx   );
69   void initElectronIDMVA();
70  
71   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines