Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 30, 2024
1 parent ba8c56e commit 0914a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PWGLF/Tasks/Resonances/rho770analysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ struct rho770analysis {
histos.fill(HIST("MCL/hpT_Kstar_Kpi_REC"), reco.M(), reco.Pt(), collision.cent());
}
}
} else if (trk1.sign() > 0 && trk2.sign() > 0){
} else if (trk1.sign() > 0 && trk2.sign() > 0) {
histos.fill(HIST("hInvMass_Kstar_LSpp"), reco.M(), reco.Pt(), collision.cent());
}else if (trk1.sign() < 0 && trk2.sign() < 0){
} else if (trk1.sign() < 0 && trk2.sign() < 0) {
histos.fill(HIST("hInvMass_Kstar_LSmm"), reco.M(), reco.Pt(), collision.cent());
}
}
Expand Down Expand Up @@ -357,9 +357,9 @@ struct rho770analysis {
histos.fill(HIST("MCL/hpT_Kstar_Kpi_REC"), reco.M(), reco.Pt(), collision.cent());
}
}
} else if (trk1.sign() > 0 && trk2.sign() > 0){
} else if (trk1.sign() > 0 && trk2.sign() > 0) {
histos.fill(HIST("hInvMass_Kstar_LSpp"), reco.M(), reco.Pt(), collision.cent());
}else if (trk1.sign() < 0 && trk2.sign() < 0){
} else if (trk1.sign() < 0 && trk2.sign() < 0) {
histos.fill(HIST("hInvMass_Kstar_LSmm"), reco.M(), reco.Pt(), collision.cent());
}
}
Expand Down

0 comments on commit 0914a32

Please sign in to comment.