Fork me on GitHub

Changeset b25184c in git


Ignore:
Timestamp:
Aug 26, 2016, 10:23:56 AM (8 years ago)
Author:
Alexandre Mertens <alexandre.mertens@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bba5aca
Parents:
eceb415 (diff), 4827699 (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:

Merge branch 'dev_01' of https://github.com/delphes/delphes into ValidationWorkWithPavel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/MomentumSmearing.cc

    receb415 rb25184c  
    123123    phi = candidateMomentum.Phi();
    124124    candidate->Momentum.SetPtEtaPhiE(pt, eta, phi, pt*TMath::CosH(eta));
    125     candidate->TrackResolution = fFormula->Eval(pt, eta, phi, e);
     125    //candidate->TrackResolution = fFormula->Eval(pt, eta, phi, e);
     126    candidate->TrackResolution = res;
    126127    candidate->AddCandidate(mother);
    127128       
Note: See TracChangeset for help on using the changeset viewer.