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 c688b6e commit 2cf303fCopy full SHA for 2cf303f
PWGLF/Tasks/Resonances/kstarqa.cxx
@@ -51,6 +51,7 @@
51
52
#include <string>
53
#include <vector>
54
+#include <memory>
55
56
using namespace o2;
57
using namespace o2::framework;
@@ -736,6 +737,8 @@ struct Kstarqa {
736
737
multiplicity = collision.centFT0C();
738
} else if (cSelectMultEstimator == 3) {
739
multiplicity = collision.centFV0A();
740
+ } else {
741
+ multiplicity = collision.centFT0M();
742
}
743
/* else if (cSelectMultEstimator == 4) {
744
multiplicity = collision.centMFT();
@@ -746,9 +749,6 @@ struct Kstarqa {
746
749
/* else if (cSelectMultEstimator == 6) {
747
750
multiplicity = collision.centNTPV();
748
751
} */
- else {
- multiplicity = collision.centFT0M();
- }
752
753
// Fill the event counter
754
if (cQAevents) {
0 commit comments