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

Comparing UserCode/MitPhysics/Utils/interface/MatchingTools.h (file contents):
Revision 1.2 by loizides, Mon May 18 06:31:23 2009 UTC vs.
Revision 1.3 by loizides, Thu Jun 18 16:51:04 2009 UTC

# Line 22 | Line 22 | namespace mithep
22      public:
23        template<class V1, class V2>
24        static const V2 *Closest(const V1 *v1, const Collection<V2> &col, Double_t maxR,
25 <                               Bool_t self=kTRUE);
25 >                               Bool_t self=kFALSE);
26        template<class V1, class V2>
27        static const V2 *ClosestRPt(const V1 *v1, const Collection<V2> &col, Double_t max,
28 <                                  Bool_t self=kTRUE);
28 >                                  Bool_t self=kFALSE);
29        template<class V1, class V2>
30        static TObjArray *Closests(const V1 *v1, const Collection<V2> &col, Double_t maxR,
31 <                                 Bool_t self=kTRUE);
31 >                                 Bool_t self=kFALSE);
32    };
33  
34    //------------------------------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines