Fork me on GitHub

Changeset 5a69ba1d in git for modules/FastJetFinder.cc


Ignore:
Timestamp:
Jan 12, 2018, 5:43:01 PM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
3037765
Parents:
ae061c1 (diff), 1f7223c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:delphes/delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    rae061c1 r5a69ba1d  
    539539      candidate->NSubJetsSoftDropped = softdrop_jet.pieces().size();
    540540
     541      candidate->SoftDroppedJet = candidate->SoftDroppedP4[0];
     542
    541543      for (size_t i = 0; i < subjets.size()  and i < 4; i++)
    542544      {
    543545            if(subjets.at(i).pt() < 0) continue ;
    544546            candidate->SoftDroppedP4[i+1].SetPtEtaPhiM(subjets.at(i).pt(), subjets.at(i).eta(), subjets.at(i).phi(), subjets.at(i).m());
     547            if(i==0) candidate->SoftDroppedSubJet1 = candidate->SoftDroppedP4[i+1];
     548            if(i==1) candidate->SoftDroppedSubJet2 = candidate->SoftDroppedP4[i+1];
    545549      }
    546550    }
Note: See TracChangeset for help on using the changeset viewer.