Changeset 2118a6a in git for modules/VertexFinder.cc
- Timestamp:
- May 18, 2016, 5:17:11 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b291b0b
- Parents:
- bc4bff0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexFinder.cc
rbc4bff0 r2118a6a 278 278 continue; 279 279 280 Double_t sz_tr = track->second.at ("ez") * track->second.at ("z");281 Double_t sz_vt = clusterIDToDouble.at (clusterIndex).at ("ez") * clusterIDToDouble.at (clusterIndex).at ("z");282 283 280 Double_t distance = fabs (clusterIDToDouble.at (clusterIndex).at ("z") - track->second.at ("z")) / hypot (clusterIDToDouble.at (clusterIndex).at ("ez"), track->second.at ("ez")); 284 281 if (nearestDistance < 0.0 || distance < nearestDistance)
Note:
See TracChangeset
for help on using the changeset viewer.