|
||||
File indexing completed on 2024-04-06 12:31:27
0001 #ifndef DetLayers_DetLessPhi_H 0002 #define DetLayers_DetLessPhi_H 0003 0004 #warning Please do not use DetLessPhi.h, cf DetSorting.h in Geometry/CommonDetUnit 0005 0006 0007 // #include "TrackingTools/DetLayers/interface/GeometricSearchDet.h" 0008 0009 // /** Comparison operator for Dets based on the phi angle. 0010 // */ 0011 0012 // typedef GeometricSearchDet Det; 0013 0014 // class DetLessPhi { 0015 // public: 0016 // bool operator()( const Det* a, const Det* b) const { 0017 // return a->position().phi() < b->position().phi(); 0018 // } 0019 // }; 0020 0021 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |