add necessary increment for unique cropped name for PSI-BIN.

This commit is contained in:
suter_a 2025-03-19 16:24:56 +01:00
parent b8ce741534
commit 0f95551200

View File

@ -5605,6 +5605,7 @@ Bool_t PRunDataHandler::WritePsiBinFile(TString fln)
if (hNCrop[i] == hNCrop[j]) {
std::string nn = std::to_string(ival);
hNCrop[j][3] = nn[0];
ival++;
}
}
}