6 template<
unsigned int D>
16 projFunc<D>().fromH(H);
24 case 1: genericFill_<1>(hit);
break;
25 case 2: genericFill_<2>(hit);
break;
26 case 3: genericFill_<3>(hit);
break;
27 case 4: genericFill_<4>(hit);
break;
28 case 5: genericFill_<5>(hit);
break;
30 throw cms::Exception(
"Rec hit of invalid dimension (not 1,2,3,4,5)") <<
31 "The dimension was " << hit.
dimension() <<
32 ", type is " <<
typeid(hit).
name() <<
"\n";
virtual int dimension() const =0
void genericFill(const TrackingRecHit &hit)
Fill in datamembers from a generic TrackingRecHit using the CLHEP matrices.
void genericFill_(const TrackingRecHit &hit)
ROOT::Math::SMatrix< double, D1, D1, ROOT::Math::MatRepSym< double, D1 > > SymMatrix
virtual AlgebraicVector parameters() const =0
ROOT::Math::SMatrix< double, D1, D2, ROOT::Math::MatRepStd< double, D1, D2 > > Matrix
ROOT::Math::SVector< double, D1 > Vector
virtual AlgebraicMatrix projectionMatrix() const =0
const AlgebraicSymMatrix55 * tsosLocalErrors_
const AlgebraicVector5 * tsosLocalParameters_
virtual AlgebraicSymMatrix parametersError() const =0