Fork me on GitHub

Changeset 70bb4cb in git for modules/FastJetFinder.cc


Ignore:
Timestamp:
Jan 22, 2019, 5:04:07 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
8a11cdc
Parents:
3b3d0ad
Message:

add possibility to calculate MET with smeared jets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    r3b3d0ad r70bb4cb  
    290290  fOutputArray = ExportArray(GetString("OutputArray", "jets"));
    291291  fRhoOutputArray = ExportArray(GetString("RhoOutputArray", "rho"));
     292  fConstituentsOutputArray = ExportArray(GetString("ConstituentsOutputArray", "constituents"));
    292293}
    293294
     
    446447      charge += constituent->Charge;
    447448
     449      fConstituentsOutputArray->Add(constituent);
    448450      candidate->AddCandidate(constituent);
    449451    }
Note: See TracChangeset for help on using the changeset viewer.