Main Page
Namespaces
Classes
Package Documentation
Geometry
MTDNumberingBuilder
plugins
mtdStablePhiSort.h
Go to the documentation of this file.
1
#ifndef MTDStablePhiSort_H
2
#define MTDStablePhiSort_H
3
4
#include "
Geometry/TrackerNumberingBuilder/interface/trackerStablePhiSort.h
"
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
end
#define end
Definition:
vmac.h:39
trackerStablePhiSort.h
trackerStablePhiSort
void trackerStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
Definition:
trackerStablePhiSort.h:9
begin
#define begin
Definition:
vmac.h:32
mtdStablePhiSort
void mtdStablePhiSort(RandomAccessIterator begin, RandomAccessIterator end, const Extractor &extr)
Definition:
mtdStablePhiSort.h:7
Generated for CMSSW Reference Manual by
1.8.11