21 std::pair<bool, double>
26 std::vector<RefCountedVertexTrack>
tracks = vertex.
tracks();
27 std::vector<RefCountedVertexTrack>::iterator
pos
29 if (pos != tracks.end()) {
30 return estimateFittedTrack(vertex,*pos);
32 return estimateNFittedTrack(vertex,tr);
37 std::pair<bool, double>
43 return estimate(vertex, vertexTrack);
47 std::pair<bool, double>
55 lTrackFactory.linearizedTrackState(linP, track);
60 std::vector<RefCountedVertexTrack> initialTracks(1, vertexTrack);
68 return estimateFittedTrack(cachingVertex, vertexTrack);
70 return estimateNFittedTrack(cachingVertex, vertexTrack);
79 std::pair<bool, double>
86 if (track->refittedStateAvailable())
return BDpair(
true, track->smoothedChi2());
88 (
"GsfVertexTrackCompatibilityEstimator::vertex has to be smoothed.");
97 std::pair<bool, double>
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
float totalChiSquared() const
double chi2() const
chi-squares
trackRef_iterator tracks_begin() const
first iterator over tracks