Fork me on GitHub

Changeset 1dad056 in git for modules


Ignore:
Timestamp:
May 2, 2016, 5:36:58 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6e91f77
Parents:
187fc41
Message:

removed warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCountingBTagging.cc

    r187fc41 r1dad056  
    9696
    9797  Double_t jpx, jpy;
    98   Double_t dr, tpx, tpy, tpt;
     98  Double_t dr, tpt;
    9999  Double_t xd, yd, d0, dd0, ip, sip;
    100100
     
    117117    {
    118118      const TLorentzVector &trkMomentum = track->Momentum;
    119 
     119     
    120120      dr = jetMomentum.DeltaR(trkMomentum);
    121 
     121      tpt = trkMomentum.Pt();
    122122      xd = track->Xd;
    123123      yd = track->Yd;
Note: See TracChangeset for help on using the changeset viewer.