CMS 3D CMS Logo

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