Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoTracker
TkMSParametrization
interface
PixelRecoPointRZ.h
Go to the documentation of this file.
1
#ifndef PixelRecoPointRZ_H
2
#define PixelRecoPointRZ_H
3
6
class
PixelRecoPointRZ
{
7
public
:
8
PixelRecoPointRZ
() {}
9
PixelRecoPointRZ
(
float
r
,
float
z
) :
theR
(r),
theZ
(z) {}
10
float
r
()
const
{
return
theR
; }
11
float
z
()
const
{
return
theZ
; }
12
13
private
:
14
float
theR
,
theZ
;
15
};
16
#endif
PixelRecoPointRZ::PixelRecoPointRZ
PixelRecoPointRZ()
Definition:
PixelRecoPointRZ.h:8
PixelRecoPointRZ
Definition:
PixelRecoPointRZ.h:6
PixelRecoPointRZ::theZ
float theZ
Definition:
PixelRecoPointRZ.h:14
PixelRecoPointRZ::z
float z() const
Definition:
PixelRecoPointRZ.h:11
PixelRecoPointRZ::theR
float theR
Definition:
PixelRecoPointRZ.h:14
PixelRecoPointRZ::r
float r() const
Definition:
PixelRecoPointRZ.h:10
PixelRecoPointRZ::PixelRecoPointRZ
PixelRecoPointRZ(float r, float z)
Definition:
PixelRecoPointRZ.h:9
Generated for CMSSW Reference Manual by
1.8.5