We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3e01c commit e5b79deCopy full SHA for e5b79de
1 file changed
PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx
@@ -699,7 +699,6 @@ struct FlowGenericFramework {
699
registryQA.add("K0/PiMinusTOF_K0", "", {HistType::kTH2D, {{ptAxis, axisNsigmaTOF}}});
700
registryQA.add("K0/hK0Phi", "", {HistType::kTH1D, {phiAxis}});
701
registryQA.add("K0/hK0Eta", "", {HistType::kTH1D, {etaAxis}});
702
- registryQA.add("K0/hK0Eta", "", {HistType::kTH1D, {etaAxis}});
703
registryQA.add("K0/hK0AP", "", {HistType::kTH2D, {{100, -1, 1}, {100, 0, 5.}}});
704
registryQA.add("K0/hK0Mass_sparse", "", {HistType::kTHnSparseF, {{axisK0Mass, ptAxis, nchAxis}}});
705
registryQA.add("K0/hK0s", "", {HistType::kTH1D, {singleCount}});
0 commit comments