Changeset 5a69ba1d in git for modules/FastJetFinder.cc
- Timestamp:
- Jan 12, 2018, 5:43:01 PM (7 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetFinder.cc
rae061c1 r5a69ba1d 539 539 candidate->NSubJetsSoftDropped = softdrop_jet.pieces().size(); 540 540 541 candidate->SoftDroppedJet = candidate->SoftDroppedP4[0]; 542 541 543 for (size_t i = 0; i < subjets.size() and i < 4; i++) 542 544 { 543 545 if(subjets.at(i).pt() < 0) continue ; 544 546 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]; 545 549 } 546 550 }
Note:
See TracChangeset
for help on using the changeset viewer.