Skip to content

Commit d46edd7

Browse files
author
jimun_lee
committed
[PWGLF]:Modified the MegaLinter issue of KstarInOO.cxx
1 parent 9b6ae13 commit d46edd7

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,17 @@ struct kstarInOO {
313313
}
314314
}
315315

316-
else {
317-
if (conjugate < 0) {
318-
OOhistos.fill(HIST("hMC_USS_Mix"), centrality, KstarPt, Minv);
319-
} else if (conjugate > 0) {
320-
OOhistos.fill(HIST("hMC_LSS_Mix"), centrality, KstarPt, Minv);
321-
}
322-
}
316+
else
317+
{
318+
if (conjugate < 0) {
319+
OOhistos.fill(HIST("hMC_USS_Mix"), centrality, KstarPt, Minv);
320+
} else if (conjugate > 0) {
321+
OOhistos.fill(HIST("hMC_LSS_Mix"), centrality, KstarPt, Minv);
322+
}
323+
}
323324
}
324325
}
325-
326+
326327
template <typename TracksType>
327328
std::pair<double, double> minvReconstruction(const TracksType& trk1, const TracksType& trk2)
328329
{

0 commit comments

Comments
 (0)