Fork me on GitHub

Changeset 95aa610 in git for modules/EnergyScale.cc


Ignore:
Timestamp:
May 11, 2015, 1:41:01 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
3241a0e
Parents:
4a93785
Message:

fixed phi, energy dependence in efficiency, smearing, identification, btagging, angular smearing modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/EnergyScale.cc

    r4a93785 r95aa610  
    104104    momentum = candidate->Momentum;
    105105
    106     scale = fFormula->Eval(momentum.Pt(), momentum.Eta());
     106    scale = fFormula->Eval(momentum.Pt(), momentum.Eta(), momentum.Phi(), momentum.E());
    107107
    108108    if(scale > 0.0) momentum *= scale;
Note: See TracChangeset for help on using the changeset viewer.