CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
15  typedef std::pair<float,float> Range;
16 
17  GlobalDetRodRangeZPhi( const Plane& RodPlane);
18 
19  Range zRange() const { return theZRange;}
20  Range phiRange() const { return thePhiRange;}
21 
22 private:
25 };
26 
27 #pragma GCC visibility pop
28 #endif
Definition: Plane.h:17
std::pair< float, float > Range
GlobalDetRodRangeZPhi(const Plane &RodPlane)