Fork me on GitHub

Changeset 29f8a06 in git


Ignore:
Timestamp:
Jul 24, 2015, 4:20:56 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fb4337d
Parents:
ab24890
Message:

fixed bug related index of active ghosts in FastJetFinder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    rab24890 r29f8a06  
    359359    for(itInputList = inputList.begin(); itInputList != inputList.end(); ++itInputList)
    360360    {
     361      if(itInputList->user_index() < 0) continue;
    361362      constituent = static_cast<Candidate*>(fInputArray->At(itInputList->user_index()));
    362363
Note: See TracChangeset for help on using the changeset viewer.