4 template <
unsigned int N>
5 VertexTrack<N>::VertexTrack(RefCountedLinearizedTrackState
lt,
8 : theLinTrack(std::move(lt)), theVertexState(std::move(v)), theWeight(weight),
9 stAvailable(
false), covAvailable(
false), smoothedChi2_(-1.) {}
12 template <
unsigned int N>
13 VertexTrack<N>::VertexTrack(RefCountedLinearizedTrackState
lt,
15 const RefCountedRefittedTrackState & refittedState,
17 : theLinTrack(std::move(lt)), theVertexState(std::move(v)), theWeight(weight),
18 stAvailable(
true), covAvailable(
false), theRefittedState(refittedState),
19 smoothedChi2_(smoothedChi2) {}
22 template <
unsigned int N>
23 VertexTrack<N>::VertexTrack(RefCountedLinearizedTrackState
lt,
25 const RefCountedRefittedTrackState & refittedState,
26 float smoothedChi2,
const AlgebraicSymMatrixOO & fullCov)
27 : theLinTrack(std::move(lt)), theVertexState(std::move(v)), theWeight(weight),
28 stAvailable(
true), covAvailable(
true),
29 theRefittedState(refittedState), fullCovariance_(fullCov),
30 smoothedChi2_(smoothedChi2) {}
33 template <
unsigned int N>
34 typename VertexTrack<N>::AlgebraicVectorN VertexTrack<N>::refittedParamFromEquation()
const
36 return linearizedTrack()->refittedParamFromEquation(theRefittedState);
39 template class VertexTrack<5>;
40 template class VertexTrack<6>;
< trclass="colgroup">< tdclass="colgroup"colspan=5 > DT local reconstruction</td ></tr >< tr >< td >< ahref="classDTRecHit1DPair.html"> DTRecHit1DPair</a ></td >< td >< ahref="DataFormats_DTRecHit.html"> edm::RangeMap & lt
volatile std::atomic< bool > shutdown_flag false