Fork me on GitHub

Changeset d4b9697 in git for modules


Ignore:
Timestamp:
Dec 21, 2014, 8:43:44 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7278220
Parents:
a5bbe8a
Message:

fix rapidity ranges for GridMedianBackgroundEstimator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/JetPileUpSubtractor.cc

    ra5bbe8a 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.