8 template <
unsigned int N>
14 std::vector<RefCountedVertexTrack>
tracks = vertex.
tracks();
15 typename std::vector<RefCountedVertexTrack>::iterator
pos
17 if(pos != tracks.end()) {
18 return estimateFittedTrack(vertex,*pos);
20 return estimateNFittedTrack(vertex,tr);
25 template <
unsigned int N>
32 return estimate(vertex, vertexTrack);
36 template <
unsigned int N>
51 std::vector<RefCountedVertexTrack> initialTracks(1, vertexTrack);
58 return estimateFittedTrack(cachingVertex, vertexTrack);
60 return estimateNFittedTrack(cachingVertex, vertexTrack);
69 template <
unsigned int N>
81 return BDpair(
true, newSmoothedTrack->smoothedChi2());
86 template <
unsigned int N>
100 template <
unsigned int N>
106 BDpair trackRes = helper.trackParameterChi2(track);
107 return BDpair(trackRes.first, trackRes.second + helper.vertexChi2(less, more)) ;
std::vector< RefCountedVertexTrack > tracks() const
VertexState vertexState() const
trackRef_iterator tracks_end() const
last iterator over tracks
TrackBaseRef trackBaseRef() const
double covariance(int i, int j) const
(i, j)-th element of error matrix, i, j = 0, ... 2
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
const Point & position() const
position
RefCountedLinearizedTrackState linearizedTrackState(const GlobalPoint &linP, const reco::TransientTrack &track) const
float totalChiSquared() const
double chi2() const
chi-squares
trackRef_iterator tracks_begin() const
first iterator over tracks