Skip to content

Commit

Permalink
Merge pull request #24 from alibuild/alibot-cleanup-7998
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#7998
  • Loading branch information
BongHwi authored Oct 14, 2024
2 parents f12aabb + 0b8d379 commit 126298d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGLF/Tasks/Resonances/k1analysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,7 @@ struct k1analysis {
}
} // MC
} // No MIX
else
{ // Mixed event handling
else { // Mixed event handling
unsigned int typeK1 = bTrack.sign() > 0 ? binType::kK1P_Mix : binType::kK1N_Mix;
unsigned int typeNormal = cfgModeK892orRho ? (trk1.sign() < 0 ? binAnti::kNormal : binAnti::kAnti) : binAnti::kNormal;
histos.fill(HIST("hInvmass_K1"), typeNormal, typeK1, multiplicity, lResonanceK1.Pt(), lResonanceK1.M());
Expand Down

0 comments on commit 126298d

Please sign in to comment.