Skip to content

Commit 9d4d57c

Browse files
author
jimun_lee
committed
[PWGLF] Return the current code of KstarInOO.cxx
1 parent d60d7f0 commit 9d4d57c

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
@@ -546,7 +546,7 @@ struct kstarInOO {
546546

547547
if (trk1.index() >= trk2.index())
548548
return {-1.0, -1.0};
549-
std::cout << "track1 Index: " << trk1.index() << "track2 Index: " << trk2.index() << std::endl;
549+
// std::cout << "track1 Index: " << trk1.index() << "track2 Index: " << trk2.index() << std::endl;
550550

551551
// if (trk1.globalIndex() == trk2.globalIndex())
552552
// return {-1.0, -1.0};

0 commit comments

Comments
 (0)