CMS 3D CMS Logo

GlobalDetRodRangeZPhi.h

Go to the documentation of this file.
00001 #ifndef RecoTracker_TkDetLayers_GlobalDetRodRangeZPhi_h
00002 #define RecoTracker_TkDetLayers_GlobalDetRodRangeZPhi_h
00003 
00004 #include <utility>
00005 
00006 class BoundPlane;
00007 
00011 class GlobalDetRodRangeZPhi {
00012 public:
00013 
00014   typedef std::pair<float,float> Range;
00015 
00016   GlobalDetRodRangeZPhi( const BoundPlane& RodPlane);
00017 
00018   Range zRange() const { return theZRange;}
00019   Range phiRange() const { return thePhiRange;}
00020 
00021 private:
00022   Range theZRange;
00023   Range thePhiRange;
00024 };
00025 
00026 #endif

Generated on Tue Jun 9 17:45:46 2009 for CMSSW by  doxygen 1.5.4