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 d60d7f0 commit 9d4d57cCopy full SHA for 9d4d57c
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -546,7 +546,7 @@ struct kstarInOO {
546
547
if (trk1.index() >= trk2.index())
548
return {-1.0, -1.0};
549
- std::cout << "track1 Index: " << trk1.index() << "track2 Index: " << trk2.index() << std::endl;
+ // std::cout << "track1 Index: " << trk1.index() << "track2 Index: " << trk2.index() << std::endl;
550
551
// if (trk1.globalIndex() == trk2.globalIndex())
552
// return {-1.0, -1.0};
0 commit comments