Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
TkTrackingRegions
interface
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
Plane
;
7
11
class
GlobalDetRangeZPhi
{
12
public
:
13
14
typedef
std::pair<float,float>
Range
;
15
16
GlobalDetRangeZPhi
(
const
Plane
& det);
17
18
Range
zRange
()
const
{
return
theZRange
;}
19
Range
phiRange
()
const
{
return
thePhiRange
;}
20
21
private
:
22
Range
theZRange
;
23
Range
thePhiRange
;
24
};
25
26
#endif
GlobalDetRangeZPhi
Definition:
GlobalDetRangeZPhi.h:11
GlobalDetRangeZPhi::thePhiRange
Range thePhiRange
Definition:
GlobalDetRangeZPhi.h:23
Plane
Definition:
Plane.h:17
GlobalDetRangeZPhi::Range
std::pair< float, float > Range
Definition:
GlobalDetRangeZPhi.h:14
GlobalDetRangeZPhi::zRange
Range zRange() const
Definition:
GlobalDetRangeZPhi.h:18
GlobalDetRangeZPhi::theZRange
Range theZRange
Definition:
GlobalDetRangeZPhi.h:22
GlobalDetRangeZPhi::GlobalDetRangeZPhi
GlobalDetRangeZPhi(const Plane &det)
Definition:
GlobalDetRangeZPhi.cc:11
GlobalDetRangeZPhi::phiRange
Range phiRange() const
Definition:
GlobalDetRangeZPhi.h:19
Generated for CMSSW Reference Manual by
1.8.5