CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DistanceToCell.h
Go to the documentation of this file.
1 #ifndef FastSimulation_CalorimeterProperties_DistanceToCell_h
2 #define FastSimulation_CalorimeterProperties_DistanceToCell_h
5 
6 // used in GeometryHelper to sort the vector given by GetWindow
7 // not much optimized.
8 
10 
12 
13  public:
16  DistanceToCell(const CaloSubdetectorGeometry * det, const DetId& cell);
18  bool operator() (const DetId & c1, const DetId & c2);
19 
20  private:
24 
25 };
26 
27 #endif
GlobalPoint pivotPosition_
Definition: DetId.h:20
const CaloSubdetectorGeometry * det_
bool operator()(const DetId &c1, const DetId &c2)