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