CMS 3D CMS Logo

mtdStablePhiSort.h
Go to the documentation of this file.
1 #ifndef MTDStablePhiSort_H
2 #define MTDStablePhiSort_H
3 
5 
6 template<class RandomAccessIterator, class Extractor>
7 void mtdStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor& extr)
8 {
9  trackerStablePhiSort(begin, end, extr);
10 }
11 
12 
13 #endif
#define end
Definition: vmac.h:39
void trackerStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
#define begin
Definition: vmac.h:32
void mtdStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)