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