Skip to content

Commit

Permalink
Removing comment lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Faggin committed Aug 6, 2024
1 parent 04dcbe7 commit fe6fe28
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,6 @@ Bool_t importParticles() override
if(idFirstMother >=0) {
/// the 1st mother is from charm or beauty, i.e. is not a light-flavoured parton
if(idLastMother != idFirstMotherOrig) {

//if(idLastMother == -1) {
// /// this particle has just one mother
// /// let's put idLastMother equal to idFirstMother
// idLastMother = idFirstMother;
//} else {
if(idLastMother != -1) {
/// idLastMother is >= 0
/// ASSUMPTION: idLastMother > idFirstMother
Expand Down

0 comments on commit fe6fe28

Please sign in to comment.