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 BoundPlane;
7 
11 public:
12 
13  typedef std::pair<float,float> Range;
14 
15  GlobalDetRangeRPhi( const BoundPlane& det);
16 
17  Range rRange() const { return theRRange;}
18  Range phiRange() const { return thePhiRange;}
19 
20 private:
23 };
24 
25 #endif
Range rRange() const
std::pair< float, float > Range
GlobalDetRangeRPhi(const BoundPlane &det)
Range phiRange() const