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 Oct 14, 2024
1 parent f12aabb commit 0b8d379
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 0b8d379

Please sign in to comment.