Fork me on GitHub

Changeset 58dcd2e in git for modules/FastJetFinder.cc


Ignore:
Timestamp:
Nov 19, 2015, 5:12:59 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5be77b9
Parents:
8e2759b
Message:

ensure bwd compatibility (for real this time?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    r8e2759b r58dcd2e  
    257257      etaMin = param[i*2].GetDouble();
    258258      etaMax = param[i*2 + 1].GetDouble();
    259       estimatorStruct.estimator = new JetMedianBackgroundEstimator(SelectorAbsRapRange(etaMin, etaMax), *fDefinition, *fAreaDefinition);
     259      estimatorStruct.estimator = new JetMedianBackgroundEstimator(SelectorRapRange(etaMin, etaMax), *fDefinition, *fAreaDefinition);
    260260      estimatorStruct.etaMin = etaMin;
    261261      estimatorStruct.etaMax = etaMax;
Note: See TracChangeset for help on using the changeset viewer.