Changeset 584e2e9 in git for modules/TrackTimingPileUpSubtractor.cc
- Timestamp:
- Dec 12, 2019, 3:08:26 PM (5 years ago)
- Branches:
- Timing
- Children:
- d4e5b6a
- Parents:
- 0976f6a (diff), 2b5ff2c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackTimingPileUpSubtractor.cc
r0976f6a r584e2e9 143 143 tvtx = candidate->Position.T(); 144 144 tvtx_err = candidate->PositionError.T(); 145 cout << " initial : " << candidate->InitialPosition.T() << " final : " << candidate->Position.T() << endl; 145 146 } 146 147 } … … 171 172 // apply pile-up subtraction 172 173 distance = pow((zvtx - z),2)/pow((zvtx_err - z_err),2) + pow((tvtx - t),2)/pow((tvtx_err - t_err),2); 174 //cout << " t : " << tvtx << " t(particle)" << t << endl; 173 175 // here I calculated distance using Z and T of selected vertex (highest sum Pt square) and particles 174 176 // however z_err of vertices is gives 0 because of using CMS trackResolutionCMS.tcl (in that formula, there is limitation on |eta| < 2.5)
Note:
See TracChangeset
for help on using the changeset viewer.