Skip to content

Commit 252baa0

Browse files
author
jimun_lee
committed
[PWGLF] Added the data && the MC(Gen) of KstarInOO.cxx
1 parent 6644f12 commit 252baa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ struct kstarInOO {
648648
{
649649
if (cDebugLevel > 0) {
650650
++nEventsTrue;
651-
if (nEventsTrue & 10000 == 0) {
651+
if ((nEventsTrue & 10000) == 0) {
652652
std::cout << "Processed MC True Events : " << nEventsTrue << std::endl;
653653
}
654654
}

0 commit comments

Comments
 (0)