Skip to content

Commit 43bfa18

Browse files
authored
PWGCF - FemtoUniverse : Removing the debugg lines (AliceO2Group#4546)
1 parent 5964514 commit 43bfa18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ class PairWithCentMultKt
6161
PairWithCentMultKtRegistry->add(HistName.c_str(), HistTitle.c_str(), HistType::kTH1F, {kstarAxis});
6262
PairWithCentMultKtRegistry->add(HistName3D.c_str(), HistTitle.c_str(), HistType::kTH3F, {kOutAxis, kSideAxis, kLongAxis});
6363
if (UseKt) {
64-
std::cout << "Working 0" << std::endl;
6564
for (int i = 0; i < static_cast<int>(KtBins.size() - 1); i++) {
66-
std::cout << "Working 1" << std::endl;
6765
std::string kt_bin1_string = std::to_string(KtBins[i]);
6866
std::replace(kt_bin1_string.begin(), kt_bin1_string.end(), '.', '_');
6967
std::string kt_bin2_string = std::to_string(KtBins[i + 1]);
@@ -80,7 +78,6 @@ class PairWithCentMultKt
8078
}
8179
if (Use3D) {
8280
for (int i = 0; i < static_cast<int>(KtBins.size() - 1); i++) {
83-
std::cout << "Working 2" << std::endl;
8481
std::string kt_bin1_string = std::to_string(KtBins[i]);
8582
std::replace(kt_bin1_string.begin(), kt_bin1_string.end(), '.', '_');
8683
std::string kt_bin2_string = std::to_string(KtBins[i + 1]);

0 commit comments

Comments
 (0)