CMS 3D CMS Logo

BeamSpotTransientTrackingRecHit.cc
Go to the documentation of this file.
1 
10 
12 {
14  result[0] = localPosition().x();
15  return result;
16 }
17 
19 {
22  m[0][0] = le.xx();
23  return m;
24 }
25 
26 
28 {
29  AlgebraicMatrix ret( 1, 5, 0);
30  ret[0][3] = 1;
31  return ret;
32 }
33 
static AlgebraicMatrix initialize()
float xx() const
Definition: LocalError.h:24
AlgebraicSymMatrix parametersError() const override
CLHEP::HepMatrix AlgebraicMatrix
CLHEP::HepVector AlgebraicVector
AlgebraicVector parameters() const override
LocalError localPositionError() const override
CLHEP::HepSymMatrix AlgebraicSymMatrix
T x() const
Definition: PV3DBase.h:62
static const AlgebraicMatrix theProjectionMatrix