Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/JetPileUpSubtractor.cc

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