Skip to content

Commit

Permalink
Clean further obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Faggin committed Aug 6, 2024
1 parent fe6fe28 commit 1256bb1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ Bool_t importParticles() override
if(idLastMother != idFirstMotherOrig) {
if(idLastMother != -1) {
/// idLastMother is >= 0
/// ASSUMPTION: idLastMother > idFirstMother
/// In principle, the opposite can be true only in partonic processes
idLastMother = findKey(mapHfParticles, idLastMother);
}
} else {
/// idLastMother is equal to idFirstMother
Expand Down

0 comments on commit 1256bb1

Please sign in to comment.