Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
BoundPlane
;
7
11
class
GlobalDetRangeZPhi
{
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
:
22
Range
theZRange
;
23
Range
thePhiRange
;
24
};
25
26
#endif
BoundPlane
Definition:
BoundPlane.h:19
GlobalDetRangeZPhi
Definition:
GlobalDetRangeZPhi.h:11
GlobalDetRangeZPhi::thePhiRange
Range thePhiRange
Definition:
GlobalDetRangeZPhi.h:23
GlobalDetRangeZPhi::Range
std::pair< float, float > Range
Definition:
GlobalDetRangeZPhi.h:14
GlobalDetRangeZPhi::GlobalDetRangeZPhi
GlobalDetRangeZPhi(const BoundPlane &det)
Definition:
GlobalDetRangeZPhi.cc:11
GlobalDetRangeZPhi::zRange
Range zRange() const
Definition:
GlobalDetRangeZPhi.h:18
GlobalDetRangeZPhi::theZRange
Range theZRange
Definition:
GlobalDetRangeZPhi.h:22
GlobalDetRangeZPhi::phiRange
Range phiRange() const
Definition:
GlobalDetRangeZPhi.h:19
Generated for CMSSW Reference Manual by
1.8.5