ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/VertexTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/VertexTools.h (file contents):
Revision 1.9 by bendavid, Sun Jun 10 21:22:09 2012 UTC vs.
Revision 1.10 by fabstoec, Fri Oct 26 19:23:05 2012 UTC

# Line 70 | Line 70 | namespace mithep {
70      // ----------------------------------------------------------
71      // Methods (added by Fabian) on the EPS BaseLine Analysis
72      const Vertex* findVtxBasicRanking(const Photon*           ph1,
73 <                                             const Photon*           ph2,
74 <                                             const BaseVertex*       bsp,
75 <                                             const VertexCol*        vtcs,
76 <                                             const DecayParticleCol* conv, Bool_t useMva, Double_t &vtxProb);
73 >                                      const Photon*           ph2,
74 >                                      const BaseVertex*       bsp,
75 >                                      const VertexCol*        vtcs,
76 >                                      const DecayParticleCol* conv, Bool_t useMva, Double_t &vtxProb,
77 >                                      std::vector<int>   * debugInds = NULL ,
78 >                                      std::vector<double>* debugVals = NULL ,
79 >                                      std::vector<int>   * debugConv = NULL );
80      // ----------------------------------------------------------
81  
82      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines