Fork me on GitHub

Ignore:
Timestamp:
Dec 12, 2019, 3:08:26 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
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.
Message:

FCC-hh Vertex Card is updated with PileUpMerger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackTimingPileUpSubtractor.cc

    r0976f6a r584e2e9  
    143143      tvtx = candidate->Position.T();
    144144      tvtx_err = candidate->PositionError.T();
     145      cout << " initial : " << candidate->InitialPosition.T() << " final : " << candidate->Position.T() << endl;
    145146    }
    146147  }
     
    171172      // apply pile-up subtraction
    172173      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;
    173175      // here I calculated distance using Z and T of selected vertex (highest sum Pt square) and particles
    174176      // 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.