Fork me on GitHub

Changeset a98c7ef in git for modules/MomentumSmearing.cc


Ignore:
Timestamp:
Oct 1, 2015, 3:21:57 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fa7f333
Parents:
d77b51d
Message:

fixed eflow at high pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/MomentumSmearing.cc

    rd77b51d ra98c7ef  
    118118    phi = candidateMomentum.Phi();
    119119    candidate->Momentum.SetPtEtaPhiE(pt, eta, phi, pt*TMath::CosH(eta));
     120    candidate->TrackResolution = fFormula->Eval(pt, eta, phi, e);
    120121    candidate->AddCandidate(mother);
    121122       
Note: See TracChangeset for help on using the changeset viewer.