CMS 3D CMS Logo

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 public:
15  DistanceToCell(const CaloSubdetectorGeometry* det, const DetId& cell);
17  bool operator()(const DetId& c1, const DetId& c2);
18 
19 private:
23 };
24 
25 #endif
GlobalPoint pivotPosition_
Definition: DetId.h:17
const CaloSubdetectorGeometry * det_
bool operator()(const DetId &c1, const DetId &c2)