50 &recHits,
bool hitsAreReverse,
57 (materialEffects >= brokenLinesCoarse) ? 1 : refTsos.localParameters().mixedFormatVector().kSize,
58 (useBeamSpot ==
true) ? recHits.
size()+1 : recHits.
size(),
59 (materialEffects >= brokenLinesCoarse) ?
60 2*((useBeamSpot ==
true) ? recHits.
size()+1 : recHits.
size()) :
61 ( (materialEffects == breakPoints) ? 2*((useBeamSpot ==
true) ? recHits.
size()+1 : recHits.
size())-2 : 0) ,
62 (materialEffects >= brokenLinesCoarse) ?
63 2*((useBeamSpot ==
true) ? recHits.
size()+1 : recHits.
size())-4 :
64 ( (materialEffects == breakPoints) ? 2*((useBeamSpot ==
true) ? recHits.
size()+1 : recHits.
size())-2 : 0) )
71 fwdRecHits.reserve(recHits.size());
72 for (TransientTrackingRecHit::ConstRecHitContainer::const_reverse_iterator it=recHits.rbegin();
73 it != recHits.rend(); ++it) {
74 fwdRecHits.push_back(*it);
78 useBeamSpot, beamSpot);
82 useBeamSpot, beamSpot);
92 (materialEffects >= brokenLinesCoarse) ? 1 : nPar,
94 (materialEffects >= brokenLinesCoarse) ? 2*nHits : ( (materialEffects == breakPoints) ? 2*nHits-2 : 0 ),
95 (materialEffects >= brokenLinesCoarse) ? 2*nHits-4 : ( (materialEffects == breakPoints) ? 2*nHits-2 : 0 ) )
113 std::auto_ptr<MaterialEffectsUpdator> aMaterialEffectsUpdator
115 if (!aMaterialEffectsUpdator.get())
return false;
118 std::vector<AlgebraicMatrix> allJacobians;
124 std::vector<AlgebraicSymMatrix> allCurvatureChanges;
129 std::vector<AlgebraicMatrix> allProjections;
131 std::vector<AlgebraicSymMatrix> allDeltaParameterCovs;
135 std::vector<AlgebraicMatrix> allLocalToCurv;
137 std::vector<double> allSteps;
139 std::vector<AlgebraicMatrix> allCurvlinJacobians;
144 unsigned int iRow = 0;
154 if (!tsctbl.isValid()) {
155 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::construct"
156 <<
"TrajectoryStateClostestToBeamLine invalid. Skip track.";
165 std::pair< TrajectoryStateOnSurface, double > tsosWithPath =
166 propagator.propagateWithPath(pcaFts, refTsos.
surface());
168 if (!tsosWithPath.first.isValid())
return false;
183 allRecHits.push_back(bsRecHit);
188 TransientTrackingRecHit::ConstRecHitContainer::const_iterator itRecHit;
189 for ( itRecHit = recHits.begin(); itRecHit != recHits.end(); ++itRecHit ) {
191 allRecHits.push_back(hitPtr);
194 for ( itRecHit = allRecHits.begin(); itRecHit != allRecHits.end(); ++itRecHit ) {
204 allJacobians.push_back(fullJacobian);
207 const AlgebraicMatrix localToCurvilinear = asHepMatrix<5>(startTrafo.jacobian());
212 allLocalToCurv.push_back(localToCurvilinear);
213 allSteps.push_back(0.);
214 allCurvlinJacobians.push_back(firstCurvlinJacobian);
220 double nextStep = 0.;
223 if (!this->
propagate(previousHitPtr->det()->surface(), previousTsos,
224 hitPtr->det()->surface(), nextTsos,
225 nextJacobian, nextCurvlinJacobian, nextStep, propDir, magField)) {
229 allJacobians.push_back(nextJacobian);
230 fullJacobian = nextJacobian * previousChangeInCurvature * fullJacobian;
234 const AlgebraicMatrix localToCurvilinear = asHepMatrix<5>(startTrafo.jacobian());
235 allLocalToCurv.push_back(localToCurvilinear);
236 if (nextStep == 0.) {
237 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::construct"
238 <<
"step 0. from id " << previousHitPtr->geographicalId()
239 <<
" to " << hitPtr->det()->geographicalId() <<
".";
242 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::construct" <<
"Skip track.";
246 allSteps.push_back(nextStep);
247 allCurvlinJacobians.push_back(nextCurvlinJacobian);
257 if ( !updatedTsos.isValid() )
return false;
259 if (
theTsosVec.back().localParameters().charge() )
262 /
theTsosVec.back().localParameters().signedInverseMomentum();
266 allDeltaParameterCovs.push_back( asHepMatrix<5>(updatedTsos.localError().matrix()) );
267 allCurvatureChanges.push_back(previousChangeInCurvature);
273 previousHitPtr = hitPtr;
289 switch (materialEffects) {
296 allDeltaParameterCovs);
300 allDeltaParameterCovs, allLocalToCurv);
310 if (!msOK)
return false;
333 switch (materialEffects) {
370 const std::pair<TrajectoryStateOnSurface, double> tsosWithPath =
374 if (!tsosWithPath.first.isValid())
return false;
376 nextStep = tsosWithPath.second;
380 tsosWithPath.first.globalPosition(),
381 tsosWithPath.first.globalMomentum(),
382 tsosWithPath.second);
383 const AlgebraicMatrix curvilinearJacobian = asHepMatrix<5,5>(aJacobian.jacobian());
387 const AlgebraicMatrix localToCurvilinear = asHepMatrix<5>(startTrafo.jacobian());
391 const AlgebraicMatrix curvilinearToLocal = asHepMatrix<5>(endTrafo.jacobian());
395 newCurvlinJacobian = curvilinearJacobian;
396 newJacobian = curvilinearToLocal * curvilinearJacobian * localToCurvilinear;
397 newTsos = tsosWithPath.first;
415 hitPtr->clone(updatedTsos) : hitPtr);
417 const LocalPoint localMeasurement = newHitPtr->localPosition();
418 const LocalError localMeasurementCov = newHitPtr->localPositionError();
471 const std::vector<AlgebraicMatrix> &allProjections,
472 const std::vector<AlgebraicSymMatrix> &allCurvatureChanges,
473 const std::vector<AlgebraicSymMatrix> &allDeltaParameterCovs)
492 for (
unsigned int k = 1;
k < allJacobians.size(); ++
k) {
494 paramMaterialEffectsCov = paramMaterialEffectsCov.similarity(allJacobians[
k]);
497 deltaMaterialEffectsCov = paramMaterialEffectsCov.similarity(allProjections[k]);
504 paramMaterialEffectsCov += allDeltaParameterCovs[
k];
506 tempParameterCov = paramMaterialEffectsCov;
509 for (
unsigned int l = k+1;
l < allJacobians.size(); ++
l) {
510 tempParameterCov = allJacobians[
l] * allCurvatureChanges[
l] * tempParameterCov;
511 tempMeasurementCov = allProjections[
l] * tempParameterCov * allProjections[
k].T();
528 paramMaterialEffectsCov = paramMaterialEffectsCov.similarity(allCurvatureChanges[k]);
539 const std::vector<AlgebraicMatrix> &allProjections,
540 const std::vector<AlgebraicSymMatrix> &allCurvatureChanges,
541 const std::vector<AlgebraicSymMatrix> &allDeltaParameterCovs,
542 const std::vector<AlgebraicMatrix> &allLocalToCurv)
546 int offsetMeas =
nMeasPerHit * allJacobians.size();
551 MSprojection[0][1] = 1;
552 MSprojection[1][2] = 1;
557 for (
unsigned int k = 1;
k < allJacobians.size(); ++
k) {
560 tempJacobian = allJacobians[
k] * allCurvatureChanges[
k];
561 tempMSCov = allDeltaParameterCovs[
k-1].similarity(allLocalToCurv[
k-1]);
562 tempMSCovProj = tempMSCov.similarity(MSprojection);
568 tempMSJacProj = (allProjections[
k] * ( tempJacobian * allLocalToCurv[
k-1].inverse(ierr) )) * MSprojection.T();
570 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBp"
571 <<
"Inversion 1 for break points failed: " << ierr;
579 for (
unsigned int l =
k+1;
l < allJacobians.size(); ++
l) {
582 tempJacobian = allJacobians[
l] * allCurvatureChanges[
l] * tempJacobian;
583 tempMSJacProj = (allProjections[
l] * ( tempJacobian * allLocalToCurv[
k-1].inverse(ierr) )) * MSprojection.T();
585 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBp"
586 <<
"Inversion 2 for break points failed: " << ierr;
604 const std::vector<AlgebraicMatrix> &allProjections,
605 const std::vector<AlgebraicSymMatrix> &allCurvatureChanges,
606 const std::vector<AlgebraicSymMatrix> &allDeltaParameterCovs,
607 const std::vector<AlgebraicMatrix> &allLocalToCurv,
619 int offsetMeas =
nMeasPerHit*allCurvlinJacobians.size();
623 double cosLambda =
sqrt((p.
x()*p.
x()+p.
y()*p.
y())/(p.
x()*p.
x()+p.
y()*p.
y()+p.
z()*p.
z()));
627 QbypToCurv[0][0] = 1.;
629 AngleToCurv[1][1] = 1.;
630 AngleToCurv[2][0] = 1./cosLambda;
632 CurvToAngle[1][1] = 1.;
633 CurvToAngle[0][2] = cosLambda;
635 OffsetToCurv[3][0] = 1.;
636 OffsetToCurv[4][1] = 1.;
638 CurvToOffset[0][3] = 1.;
639 CurvToOffset[1][4] = 1.;
643 TrajToQbyp[0][0] = 1.;
645 TrajToOff1[0][1] = 1.;
646 TrajToOff1[1][2] = 1.;
648 TrajToOff2[0][3] = 1.;
649 TrajToOff2[1][4] = 1.;
652 AlgebraicMatrix JacCurvToOffsetL, JacOffsetToOffsetL, JacAngleToOffsetL, JacQbypToOffsetL, JacOffsetToAngleL;
653 AlgebraicMatrix JacCurvToOffsetN, JacOffsetToOffsetN, JacAngleToOffsetN, JacQbypToOffsetN, JacOffsetToAngleN;
657 JacCurvToOffsetN = CurvToOffset * allCurvlinJacobians[1];
658 JacOffsetToOffsetN = JacCurvToOffsetN * OffsetToCurv;
659 JacAngleToOffsetN = JacCurvToOffsetN * AngleToCurv;
660 JacQbypToOffsetN = JacCurvToOffsetN * QbypToCurv;
661 JacOffsetToAngleN = JacAngleToOffsetN.inverse(ierr);
663 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
664 <<
"Inversion 1 for fine broken lines failed: " << ierr;
667 JacOffsetToAngleC = -(JacOffsetToAngleN * JacOffsetToOffsetN);
668 JacQbypToAngleC = -(JacOffsetToAngleN * JacQbypToOffsetN);
670 AlgebraicMatrix JacTrajToAngle = JacQbypToAngleC * TrajToQbyp + JacOffsetToAngleC * TrajToOff1 + JacOffsetToAngleN * TrajToOff2;
675 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
676 <<
"Inversion 2 for fine broken lines failed: " << ierr;
687 for (
unsigned int k = 0;
k < allCurvlinJacobians.size(); ++
k) {
689 JacOffsetToMeas = (allProjections[
k] * allLocalToCurv[
k].inverse(ierr) ) * OffsetToCurv;
691 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
692 <<
"Inversion 3 for fine broken lines failed: " << ierr;
702 for (
unsigned int k = 1;
k < allCurvlinJacobians.size()-1; ++
k) {
709 tempMSCov = allDeltaParameterCovs[
k].similarity(allLocalToCurv[
k]);
710 tempMSCovProj = tempMSCov.similarity(CurvToAngle);
715 tempJacL = allCurvlinJacobians[
k] * tempJacobian;
716 JacCurvToOffsetL = CurvToOffset * tempJacL.inverse(ierr);
719 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
720 <<
"Inversion 4 for fine broken lines failed: " << ierr;
723 JacOffsetToOffsetL = JacCurvToOffsetL * OffsetToCurv;
724 JacAngleToOffsetL = JacCurvToOffsetL * AngleToCurv;
725 JacQbypToOffsetL = JacCurvToOffsetL * QbypToCurv;
726 JacOffsetToAngleL =-JacAngleToOffsetL.inverse(ierr);
728 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
729 <<
"Inversion 5 for fine broken lines failed: " << ierr;
732 tempJacobian = tempJacobian * allCurvatureChanges[
k];
733 tempJacN = allCurvlinJacobians[
n] * tempJacobian;
734 JacCurvToOffsetN = CurvToOffset * tempJacN;
735 JacOffsetToOffsetN = JacCurvToOffsetN * OffsetToCurv;
736 JacAngleToOffsetN = JacCurvToOffsetN * AngleToCurv;
737 JacQbypToOffsetN = JacCurvToOffsetN * QbypToCurv;
738 JacOffsetToAngleN = JacAngleToOffsetN.inverse(ierr);
740 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
741 <<
"Inversion 6 for fine broken lines failed: " << ierr;
744 JacOffsetToAngleC = -(JacOffsetToAngleL * JacOffsetToOffsetL + JacOffsetToAngleN * JacOffsetToOffsetN);
745 JacQbypToAngleC = -(JacOffsetToAngleL * JacQbypToOffsetL + JacOffsetToAngleN * JacQbypToOffsetN);
775 const std::vector<AlgebraicSymMatrix> &allDeltaParameterCovs,
776 const std::vector<AlgebraicMatrix> &allLocalToCurv,
777 const std::vector<double> &allSteps,
779 const double minStep)
791 double cosLambda =
sqrt((p.
x()*p.
x()+p.
y()*p.
y())/(p.
x()*p.
x()+p.
y()*p.
y()+p.
z()*p.
z()));
795 double delta (1.0/allSteps[1]);
806 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
807 <<
"Inversion 1 for coarse broken lines failed: " << ierr;
812 CurvToAngle[1][1] = 1.;
813 CurvToAngle[0][2] = cosLambda;
815 OffsetToCurv[3][0] = 1.;
816 OffsetToCurv[4][1] = 1.;
823 std::vector<unsigned int>
first(allSteps.size());
824 std::vector<unsigned int>
last (allSteps.size());
825 std::vector<unsigned int> plane(allSteps.size());
826 std::vector<double> sPlane(allSteps.size());
827 unsigned int nPlane = 0;
830 for (
unsigned int k = 1;
k < allSteps.size(); ++
k) {
832 if (fabs(allSteps[
k])>minStep) { nPlane += 1;
first[nPlane] =
k; }
835 sPlane[nPlane] += sTot;
837 if (nPlane < 2)
return false;
841 for (
unsigned int k = 0;
k <= nPlane; ++
k) { sPlane[
k] /= (double) (
last[
k]-
first[
k]+1); }
845 for (
unsigned int k = 0;
k < allSteps.size(); ++
k) {
848 JacOffsetToMeas = (allProjections[
k] * allLocalToCurv[
k].inverse(ierr) ) * OffsetToCurv;
850 edm::LogError(
"Alignment") <<
"@SUB=ReferenceTrajectory::addMaterialEffectsBrl"
851 <<
"Inversion 2 for coarse broken lines failed: " << ierr;
855 unsigned int iPlane = plane[
k];
865 if (fabs(sTot) < fabs(sPlane[iPlane])) { jPlane = (iPlane>0) ? iPlane - 1 : 1; }
866 else { jPlane = (iPlane<nPlane) ? iPlane + 1 : nPlane -1 ;}
868 double sDiff = sPlane[iPlane] - sPlane[jPlane];
869 double iFrac = (sTot - sPlane[jPlane]) / sDiff;
870 double jFrac = 1.0 - iFrac;
885 for (
unsigned int i = 1;
i < nPlane; ++
i) {
893 tempMSCov = allDeltaParameterCovs[
k].similarity(allLocalToCurv[
k]);
894 tempMSCovProj = tempMSCov.similarity(CurvToAngle);
899 double stepK = sPlane[
i] - sPlane[
l];
900 double stepN = sPlane[
n] - sPlane[
i];
901 double deltaK (1.0/stepK);
902 double deltaN (1.0/stepN);
907 theDerivatives[offsetMeas+
nMeasPerHit*iMsMeas+1][offsetPar+2*l+1] = deltaK;
909 theDerivatives[offsetMeas+
nMeasPerHit*iMsMeas ][offsetPar+2*
i ] = -(deltaK + deltaN);
910 theDerivatives[offsetMeas+
nMeasPerHit*iMsMeas+1][offsetPar+2*
i+1] = -(deltaK + deltaN);
912 theDerivatives[offsetMeas+
nMeasPerHit*iMsMeas ][offsetPar+2*
n ] = deltaN;
913 theDerivatives[offsetMeas+
nMeasPerHit*iMsMeas+1][offsetPar+2*n+1] = deltaN;
925 if (this->useRecHit(hitPtr)) {
927 switch (hitPtr->dimension()) {
929 return getHitProjectionMatrixT<1>(hitPtr);
931 return getHitProjectionMatrixT<2>(hitPtr);
933 return getHitProjectionMatrixT<3>(hitPtr);
935 return getHitProjectionMatrixT<4>(hitPtr);
937 return getHitProjectionMatrixT<5>(hitPtr);
939 throw cms::Exception(
"ReferenceTrajectory::getHitProjectionMatrix")
940 <<
"Unexpected hit dimension: " << hitPtr->dimension() <<
"\n";
949 template<
unsigned int N>
966 holder.
setup<
N>(&
r, &V, &H, &rMeas, &VMeas, dummyPars, dummyErr);
967 hitPtr->getKfComponents(holder);
AlgebraicMatrix theInnerTrajectoryToCurvilinear
double z0() const
z coordinate
AlgebraicMatrix getHitProjectionMatrix(const TransientTrackingRecHit::ConstRecHitPointer &recHit) const
ROOT::Math::SMatrix< double, D1, D1, ROOT::Math::MatRepSym< double, D1 > > SymMatrix
virtual bool addMaterialEffectsBrl(const std::vector< AlgebraicMatrix > &allJacobians, const std::vector< AlgebraicMatrix > &allProjections, const std::vector< AlgebraicSymMatrix > &allCurvChanges, const std::vector< AlgebraicSymMatrix > &allDeltaParaCovs, const std::vector< AlgebraicMatrix > &allLocalToCurv, const GlobalTrajectoryParameters >p)
const LocalTrajectoryParameters & localParameters() const
virtual bool construct(const TrajectoryStateOnSurface &referenceTsos, const TransientTrackingRecHit::ConstRecHitContainer &recHits, double mass, MaterialEffects materialEffects, const PropagationDirection propDir, const MagneticField *magField, bool useBeamSpot, const reco::BeamSpot &beamSpot)
AlgebraicMatrix theInnerLocalToTrajectory
virtual void fillMeasurementAndError(const TransientTrackingRecHit::ConstRecHitPointer &hitPtr, unsigned int iRow, const TrajectoryStateOnSurface &updatedTsos)
static const unsigned int nMeasPerHit
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
AlgebraicMatrix theDerivatives
unsigned int theNumberOfVirtualPars
Geom::Phi< T > phi() const
unsigned int theNumberOfVirtualMeas
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
SurfaceSide surfaceSide(const PropagationDirection dir) const
AlgebraicVector theParameters
AlgebraicVector theMeasurements
virtual bool addMaterialEffectsBp(const std::vector< AlgebraicMatrix > &allJacobians, const std::vector< AlgebraicMatrix > &allProjections, const std::vector< AlgebraicSymMatrix > &allCurvChanges, const std::vector< AlgebraicSymMatrix > &allDeltaParaCovs, const std::vector< AlgebraicMatrix > &allLocalToCurv)
tuple TSCBLBuilderNoMaterial
GlobalVector magneticFieldInInverseGeV(const GlobalPoint &x) const
const Plane & surface() const
The nominal surface of the GeomDet.
virtual bool propagate(const Plane &previousSurface, const TrajectoryStateOnSurface &previousTsos, const Plane &newSurface, TrajectoryStateOnSurface &newTsos, AlgebraicMatrix &newJacobian, AlgebraicMatrix &newCurvlinJacobian, double &nextStep, const PropagationDirection propDir, const MagneticField *magField) const
AlgebraicSymMatrix theTrajectoryPositionCov
double dydz() const
dydz slope
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const
ROOT::Math::SMatrix< double, D1, D2, ROOT::Math::MatRepStd< double, D1, D2 > > Matrix
const SurfaceType & surface() const
CLHEP::HepMatrix AlgebraicMatrix
ReferenceTrajectory(const TrajectoryStateOnSurface &referenceTsos, const TransientTrackingRecHit::ConstRecHitContainer &recHits, bool hitsAreReverse, const MagneticField *magField, MaterialEffects materialEffects, PropagationDirection propDir, double mass, bool useBeamSpot, const reco::BeamSpot &beamSpot)
static PlanePointer build(Args &&...args)
FreeTrajectoryState const * freeState(bool withErrors=true) const
Vector3DBase< typename PreciseFloatType< T, U >::Type, FrameTag > cross(const Vector3DBase< U, FrameTag > &v) const
GlobalVector momentum() const
MaterialEffectsUpdator * createUpdator(MaterialEffects materialEffects, double mass) const
void setup(typename AlgebraicROOTObject< D >::Vector *params, typename AlgebraicROOTObject< D, D >::SymMatrix *errors, typename AlgebraicROOTObject< D, 5 >::Matrix *projection, ProjectMatrix< double, 5, D > *projFunc, typename AlgebraicROOTObject< D >::Vector *measuredParams, typename AlgebraicROOTObject< D, D >::SymMatrix *measuredErrors, const AlgebraicVector5 &tsosLocalParameters, const AlgebraicSymMatrix55 &tsosLocalErrors)
const AlgebraicSymMatrix55 & matrix() const
unsigned int theNumberOfHits
AlgebraicVector theTrajectoryPositions
virtual void fillDerivatives(const AlgebraicMatrix &projection, const AlgebraicMatrix &fullJacobian, unsigned int iRow)
const LocalTrajectoryError & localError() const
GlobalVector momentum() const
double dxdz() const
dxdz slope
TransientTrackingRecHit::ConstRecHitContainer theRecHits
GlobalPoint position() const
AlgebraicSymMatrix theMeasurementsCov
AlgebraicMatrix getHitProjectionMatrixT(const TransientTrackingRecHit::ConstRecHitPointer &recHit) const
std::vector< ConstRecHitPointer > ConstRecHitContainer
const AlgebraicVector & parameters() const
CLHEP::HepVector AlgebraicVector
ROOT::Math::SVector< double, D1 > Vector
ROOT::Math::SVector< double, 5 > AlgebraicVector5
const GlobalTrajectoryParameters & globalParameters() const
AlgebraicVector5 mixedFormatVector() const
CLHEP::HepSymMatrix AlgebraicSymMatrix
std::vector< TrajectoryStateOnSurface > theTsosVec
double y0() const
y coordinate
virtual bool addMaterialEffectsCov(const std::vector< AlgebraicMatrix > &allJacobians, const std::vector< AlgebraicMatrix > &allProjections, const std::vector< AlgebraicSymMatrix > &allCurvChanges, const std::vector< AlgebraicSymMatrix > &allDeltaParaCovs)
virtual void fillTrajectoryPositions(const AlgebraicMatrix &projection, const AlgebraicVector &mixedLocalParams, unsigned int iRow)
unsigned int theNumberOfPars
bool useRecHit(const TransientTrackingRecHit::ConstRecHitPointer &hitPtr) const
AlgebraicROOTObject< D, 5 >::Matrix & projection()
double signedInverseMomentum() const
Signed inverse momentum q/p (zero for neutrals).
tuple size
Write out results.
tuple AnalyticalPropagator
double x0() const
x coordinate