Skip to content

Commit a439fb9

Browse files
Remove useless histogram
1 parent ae86638 commit a439fb9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -673,10 +673,6 @@ struct derivedlambdakzeroanalysis {
673673
hRawCentrality->SetBinContent(ii, value);
674674
}
675675

676-
auto hPrimaryV0s = histos.add<TH1>("hPrimaryV0s", "hPrimaryV0s", kTH1D, {{2, -0.5f, 1.5f}});
677-
hPrimaryV0s->GetXaxis()->SetBinLabel(1, "All V0s");
678-
hPrimaryV0s->GetXaxis()->SetBinLabel(2, "Primary V0s");
679-
680676
auto hSelectionV0s = histos.add<TH1>("GeneralQA/hSelectionV0s", "hSelectionV0s", kTH1D, {{static_cast<int>(selPhysPrimAntiLambda) + 3, -0.5f, static_cast<double>(selPhysPrimAntiLambda) + 2.5f}});
681677
hSelectionV0s->GetXaxis()->SetBinLabel(1, "All");
682678
hSelectionV0s->GetXaxis()->SetBinLabel(selCosPA+2, "cosPA");
@@ -2496,12 +2492,9 @@ struct derivedlambdakzeroanalysis {
24962492
if (!v0MC.has_straMCCollision())
24972493
continue;
24982494

2499-
histos.fill(HIST("hPrimaryV0s"), 0);
25002495
if (!v0MC.isPhysicalPrimary())
25012496
continue;
25022497

2503-
histos.fill(HIST("hPrimaryV0s"), 1);
2504-
25052498
float ptmc = v0MC.ptMC();
25062499
float ymc = 1e3;
25072500
if (v0MC.pdgCode() == 310)

0 commit comments

Comments
 (0)