Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions PWGCF/TwoParticleCorrelations/Tasks/nucleibalance.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@ struct Lambdastarproxy {
// THnSparse for invariant-mass analysis (mass, pT, multiplicity/centrality)
if (lstarEnableSparse.value != 0) {

histos.add(
histos.add(
"hLambdaStarProxyVsFullPKMixedSparse",
"d-selected mixed-event pairs: full-p proton hypothesis vs (d/2)K proxy;"
"M_{(d/2)K} (GeV/c^{2});"
Expand Down Expand Up @@ -3340,7 +3340,7 @@ struct Lambdastarproxy {
}
}
}
}
}

// --- MIXED-EVENT: current kaons + previous-event real protons ---
// This fills the standard pK mixed-event background.
Expand Down Expand Up @@ -3419,7 +3419,6 @@ struct Lambdastarproxy {
}
}


// --- MIXED-EVENT: current proxies + previous-event kaons ---
// This fills the deuteron-proxy mixed-event background.
//
Expand Down Expand Up @@ -3504,7 +3503,6 @@ struct Lambdastarproxy {
continue;
}


// ----------------------------------------------------------
// Full-momentum proton hypothesis for the SAME d-selected
// track.
Expand Down Expand Up @@ -3537,7 +3535,6 @@ struct Lambdastarproxy {
pzTotFullPK,
massFullPK);


if (lstarEnableSparse.value != 0) {

// Standard mixed-event proxy spectrum.
Expand All @@ -3551,7 +3548,6 @@ struct Lambdastarproxy {
ptPair,
eventMult);


// Mixed-event 2D map.
//
// Since this histogram explicitly represents both
Expand Down