Skip to content

Commit 2cf303f

Browse files
author
Sawan Sawan
committed
solved Megalinter error
1 parent c688b6e commit 2cf303f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
#include <string>
5353
#include <vector>
54+
#include <memory>
5455

5556
using namespace o2;
5657
using namespace o2::framework;
@@ -736,6 +737,8 @@ struct Kstarqa {
736737
multiplicity = collision.centFT0C();
737738
} else if (cSelectMultEstimator == 3) {
738739
multiplicity = collision.centFV0A();
740+
} else {
741+
multiplicity = collision.centFT0M();
739742
}
740743
/* else if (cSelectMultEstimator == 4) {
741744
multiplicity = collision.centMFT();
@@ -746,9 +749,6 @@ struct Kstarqa {
746749
/* else if (cSelectMultEstimator == 6) {
747750
multiplicity = collision.centNTPV();
748751
} */
749-
else {
750-
multiplicity = collision.centFT0M();
751-
}
752752

753753
// Fill the event counter
754754
if (cQAevents) {

0 commit comments

Comments
 (0)