Changeset 97ef971 in git
- Timestamp:
- Jul 22, 2020, 3:14:01 PM (4 years ago)
- Branches:
- master
- Children:
- cbeb9b2
- Parents:
- a0f5d71 (diff), f9aeea6 (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. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (07/22/20 15:14:01)
- git-committer:
- GitHub <noreply@…> (07/22/20 15:14:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetFinder.cc
ra0f5d71 r97ef971 489 489 fastjet::Filter trimmer(fastjet::JetDefinition(fastjet::kt_algorithm, fRTrim), fastjet::SelectorPtFractionMin(fPtFracTrim)); 490 490 fastjet::PseudoJet trimmed_jet = trimmer(*itOutputList); 491 492 trimmed_jet = join(trimmed_jet.constituents()); 493 491 494 492 candidate->TrimmedP4[0].SetPtEtaPhiM(trimmed_jet.pt(), trimmed_jet.eta(), trimmed_jet.phi(), trimmed_jet.m()); 495 493
Note:
See TracChangeset
for help on using the changeset viewer.