/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackingTools/DetLayers/src/DetLessPhi.h
21 строка
492 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
#ifndef DetLayers_DetLessPhi_H #define DetLayers_DetLessPhi_H #warning Please do not use DetLessPhi.h, cf DetSorting.h in Geometry/CommonDetUnit // #include "TrackingTools/DetLayers/interface/GeometricSearchDet.h" // /** Comparison operator for Dets based on the phi angle. // */ // typedef GeometricSearchDet Det; // class DetLessPhi { // public: // bool operator()( const Det* a, const Det* b) const { // return a->position().phi() < b->position().phi(); // } // }; #endif