Fork me on GitHub

Changeset 919f6a6 in git


Ignore:
Timestamp:
Sep 4, 2017, 8:21:30 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6990c60
Parents:
9e55065
Message:

normalize taus to 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    r9e55065 r919f6a6  
    126126  fN = GetInt("N", 2);                  // used only if Njettiness is used as jet clustering algo (case 8)
    127127     
    128   fMeasureDef = new UnnormalizedMeasure(fBeta);
     128  fMeasureDef = new NormalizedMeasure(fBeta, fParameterR);
    129129   
    130130  switch(fAxisMode)
Note: See TracChangeset for help on using the changeset viewer.