CMS 3D CMS Logo

geomsort Namespace Reference


Classes

class  ExtractAbsZ
 functor to sort in |Z| using precomputed_value_sort. More...
class  ExtractPhi
 functor to sort in phi (from -pi to pi) using precomputed_value_sort. More...
class  ExtractR
 functor to sort in R using precomputed_value_sort. More...
class  ExtractZ
 functor to sort in Z using precomputed_value_sort. More...

Typedefs

typedef ExtractPhi< GeomDet,
float > 
DetPhi
 functor to sort in phi (from -pi to pi) using precomputed_value_sort.
typedef ExtractR< GeomDet, float > DetR
 functor to sort in R using precomputed_value_sort.
typedef ExtractZ< GeomDet, float > DetZ
 functor to sort in Z using precomputed_value_sort.


Typedef Documentation

geomsort::DetPhi

functor to sort in phi (from -pi to pi) using precomputed_value_sort.

Note that sorting in phi is done within the phi range of (-pi, pi]. It may NOT be what you expect if the elements cluster around the pi discontinuity.

Use:

precomputed_value_sort(v.begin(), v.end(), DetPhi());

Date
2007/03/09 00:40:39
Revision
1.3
Author:
N. Amapane - CERN

Definition at line 43 of file DetSorting.h.

geomsort::DetR

functor to sort in R using precomputed_value_sort.

Use:

precomputed_value_sort(v.begin(), v.end(), DetR());

Date
2007/03/09 00:40:39
Revision
1.3
Author:
N. Amapane - CERN

Definition at line 23 of file DetSorting.h.

geomsort::DetZ

functor to sort in Z using precomputed_value_sort.

Use:

precomputed_value_sort(v.begin(), v.end(), DetZ());

Date
2007/03/09 00:40:39
Revision
1.3
Author:
N. Amapane - CERN

Definition at line 59 of file DetSorting.h.


Generated on Tue Jun 9 18:47:16 2009 for CMSSW by  doxygen 1.5.4