Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmulder authored and ferencek committed Apr 18, 2014
1 parent d161068 commit 691ec44
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@ reco::VertexCollection TrackVertexArbitration::trackVertexArbitrator(
} else {
std::pair<bool,Measurement1D> ipvp = IPTools::absoluteImpactParameter3D(tt,pv);
cachedIP[itrack]=ipvp.second;
ipv=ipvp.second;
}
std::pair<bool,Measurement1D> isv = IPTools::absoluteImpactParameter3D(tt,*sv);
float dR = Geom::deltaR(flightDir,tt.track()); //.eta(), flightDir.phi(), tt.track().eta(), tt.track().phi());
Expand Down

0 comments on commit 691ec44

Please sign in to comment.