CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GlobalDetRodRangeZPhi.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_GlobalDetRodRangeZPhi_h
2 #define RecoTracker_TkDetLayers_GlobalDetRodRangeZPhi_h
3 
4 #include <utility>
5 
6 class Plane;
7 
11 #pragma GCC visibility push(hidden)
13 public:
14  typedef std::pair<float, float> Range;
15 
16  GlobalDetRodRangeZPhi(const Plane& RodPlane);
17 
18  Range zRange() const { return theZRange; }
19  Range phiRange() const { return thePhiRange; }
20 
21 private:
24 };
25 
26 #pragma GCC visibility pop
27 #endif
std::pair< float, float > Range
Definition: Plane.h:16
GlobalDetRodRangeZPhi(const Plane &RodPlane)