test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackingTools
DetLayers
src
DetLessPhi.h
Go to the documentation of this file.
1
#ifndef DetLayers_DetLessPhi_H
2
#define DetLayers_DetLessPhi_H
3
4
#warning Please do not use DetLessPhi.h, cf DetSorting.h in Geometry/CommonDetUnit
5
6
7
// #include "TrackingTools/DetLayers/interface/GeometricSearchDet.h"
8
9
// /** Comparison operator for Dets based on the phi angle.
10
// */
11
12
// typedef GeometricSearchDet Det;
13
14
// class DetLessPhi {
15
// public:
16
// bool operator()( const Det* a, const Det* b) const {
17
// return a->position().phi() < b->position().phi();
18
// }
19
// };
20
21
#endif
Generated for CMSSW Reference Manual by
1.8.5