70 std::unique_ptr<reco::Track>
ret;
93 if (circle.curvature() > 1.e-4) {
95 float valPt = 1.f / invPt;
98 charge = (chargeTmp > 0) ? -1 : 1;
99 float valPhi = (
charge > 0) ? std::atan2(circle.center().x(), -circle.center().y())
100 : std::atan2(-circle.center().x(), circle.center().y());
105 initMom *= 10000. / initMom.
perp();
118 float zErr = vertexErr.czz();
119 float transverseErr = vertexErr.cxx();
120 C[3][3] = transverseErr;
121 C[4][4] = zErr * sin2th + transverseErr * (1 - sin2th);
131 DetId outerDetId = 0;
133 for (
unsigned int iHit = 0; iHit <
hits.size(); iHit++) {
137 outerDetId =
hit->geographicalId();
139 if (!
state.isValid())
149 DetId innerDetId = 0;
151 for (
int iHit = 2; iHit >= 0; --iHit) {
153 innerDetId =
hit->geographicalId();
155 if (!
state.isValid())
166 if (!impactPointState.isValid())
174 MyBeamSpotGeomDet bsgd(
Plane::build(impactPointState.surface().position(), impactPointState.surface().rotation()));
176 impactPointState =
updator.update(impactPointState, bsrh);
179 if (!impactPointState.isValid())
184 GlobalPoint vv = impactPointState.globalPosition();
190 ret = std::make_unique<reco::Track>(
191 chi2,
ndof,
pos, mom, impactPointState.charge(), impactPointState.curvilinearError());
void rescaleError(double factor)
const Propagator * theOPropagator
const Propagator * thePropagator
ret
prodAgent to be discontinued
const TrackerGeometry * theTracker
Sin< T >::type sin(const T &t)
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
const MagneticField * theField
static PlanePointer build(Args &&... args)
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
Cos< T >::type cos(const T &t)
Tan< T >::type tan(const T &t)
T inversePt(T curvature, const MagneticField &field)
const TrackerGeomDet * idToDet(DetId) const override
std::shared_ptr< TrackingRecHit const > RecHitPointer
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
const reco::BeamSpot * theBeamSpot
const TransientTrackingRecHitBuilder * theTTRHBuilder
const Plane & surface() const
The nominal surface of the GeomDet.
XYZVectorD XYZVector
spatial vector with cartesian internal representation
XYZPointD XYZPoint
point in space with cartesian internal representation
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
Geom::Theta< T > theta() const
Global3DVector GlobalVector
Geom::Theta< T > theta() const