CMS 3D CMS Logo

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