Skip to content

Commit 9703ac1

Browse files
Fix
1 parent a018ec8 commit 9703ac1

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ struct derivedlambdakzeroanalysis {
422422
selNegGoodITSTrack, // at least min # ITS clusters
423423
selPosItsOnly,
424424
selNegItsOnly,
425-
selPosTPCOnly,
426-
selNegTPCOnly,
427-
selPosDeepSec,
425+
selPosTPCOnly,
426+
selNegTPCOnly,
427+
selPosDeepSec,
428428
selNegDeepSec,
429429
selPosNotTPCOnly,
430430
selNegNotTPCOnly,
@@ -835,10 +835,10 @@ struct derivedlambdakzeroanalysis {
835835
hSelectionV0s->GetXaxis()->SetBinLabel(selNegItsOnly + 2, "Neg. ITS-only");
836836
hSelectionV0s->GetXaxis()->SetBinLabel(selPosTPCOnly + 2, "Pos. TPC-only");
837837
hSelectionV0s->GetXaxis()->SetBinLabel(selNegTPCOnly + 2, "Neg. TPC-only");
838+
hSelectionV0s->GetXaxis()->SetBinLabel(selPosDeepSec + 2, "Pos. deep sec.");
839+
hSelectionV0s->GetXaxis()->SetBinLabel(selNegDeepSec + 2, "Neg. deep sec.");
838840
hSelectionV0s->GetXaxis()->SetBinLabel(selPosNotTPCOnly + 2, "Pos. not TPC-only");
839841
hSelectionV0s->GetXaxis()->SetBinLabel(selNegNotTPCOnly + 2, "Neg. not TPC-only");
840-
hSelectionV0s->GetXaxis()->SetBinLabel(selPosDeepSec + 2, "Pos. deep sec.");
841-
hSelectionV0s->GetXaxis()->SetBinLabel(selNegDeepSec + 2, "Neg. deep sec.");
842842
hSelectionV0s->GetXaxis()->SetBinLabel(selConsiderK0Short + 2, "True K^{0}_{S}");
843843
hSelectionV0s->GetXaxis()->SetBinLabel(selConsiderLambda + 2, "True #Lambda");
844844
hSelectionV0s->GetXaxis()->SetBinLabel(selConsiderAntiLambda + 2, "True #bar{#Lambda}");
@@ -1855,8 +1855,6 @@ struct derivedlambdakzeroanalysis {
18551855
double invMassLambda = v0Selections.useUncheckedMass ? v0.mLambda_unchecked() : v0.mLambda();
18561856
double invMassAntiLambda = v0Selections.useUncheckedMass ? v0.mAntiLambda_unchecked() : v0.mAntiLambda();
18571857

1858-
LOG(info) << int(v0.v0Type()) << " " << int(posTrackExtra.detectorMap()) << " " << int(negTrackExtra.detectorMap()) << " " << invMassK0Short << " " << invMassLambda << " " << invMassAntiLambda;
1859-
18601858
// __________________________________________
18611859
// fill with no selection if plain QA requested
18621860
if (doPlainTopoQA) {

0 commit comments

Comments
 (0)