Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
private
:
13
float
theR
,
theZ
;
14
};
15
#endif
PixelRecoPointRZ::PixelRecoPointRZ
PixelRecoPointRZ()
Definition:
PixelRecoPointRZ.h:8
PixelRecoPointRZ
Definition:
PixelRecoPointRZ.h:6
PixelRecoPointRZ::theZ
float theZ
Definition:
PixelRecoPointRZ.h:13
PixelRecoPointRZ::z
float z() const
Definition:
PixelRecoPointRZ.h:11
PixelRecoPointRZ::theR
float theR
Definition:
PixelRecoPointRZ.h:13
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