Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/JetPileUpSubtractor.cc

    rcab38f6 rd4b9697  
    109109    momentum = candidate->Momentum;
    110110    area = candidate->Area;
    111     eta = TMath::Abs(momentum.Eta());
     111    eta = momentum.Eta();
    112112
    113113    // find rho
Note: See TracChangeset for help on using the changeset viewer.