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 |
|
//------------------------------------------------------------------------------------------------ |