@@ -2091,7 +2091,7 @@ struct Lambdastarproxy {
20912091 // THnSparse for invariant-mass analysis (mass, pT, multiplicity/centrality)
20922092 if (lstarEnableSparse.value != 0 ) {
20932093
2094- histos.add (
2094+ histos.add (
20952095 " hLambdaStarProxyVsFullPKMixedSparse" ,
20962096 " d-selected mixed-event pairs: full-p proton hypothesis vs (d/2)K proxy;"
20972097 " M_{(d/2)K} (GeV/c^{2});"
@@ -3340,7 +3340,7 @@ struct Lambdastarproxy {
33403340 }
33413341 }
33423342 }
3343- }
3343+ }
33443344
33453345 // --- MIXED-EVENT: current kaons + previous-event real protons ---
33463346 // This fills the standard pK mixed-event background.
@@ -3419,7 +3419,6 @@ struct Lambdastarproxy {
34193419 }
34203420 }
34213421
3422-
34233422 // --- MIXED-EVENT: current proxies + previous-event kaons ---
34243423 // This fills the deuteron-proxy mixed-event background.
34253424 //
@@ -3504,7 +3503,6 @@ struct Lambdastarproxy {
35043503 continue ;
35053504 }
35063505
3507-
35083506 // ----------------------------------------------------------
35093507 // Full-momentum proton hypothesis for the SAME d-selected
35103508 // track.
@@ -3537,7 +3535,6 @@ struct Lambdastarproxy {
35373535 pzTotFullPK,
35383536 massFullPK);
35393537
3540-
35413538 if (lstarEnableSparse.value != 0 ) {
35423539
35433540 // Standard mixed-event proxy spectrum.
@@ -3551,7 +3548,6 @@ struct Lambdastarproxy {
35513548 ptPair,
35523549 eventMult);
35533550
3554-
35553551 // Mixed-event 2D map.
35563552 //
35573553 // Since this histogram explicitly represents both
0 commit comments