add necessary increment for unique cropped name for PSI-BIN.
This commit is contained in:
parent
b8ce741534
commit
0f95551200
@ -5605,6 +5605,7 @@ Bool_t PRunDataHandler::WritePsiBinFile(TString fln)
|
|||||||
if (hNCrop[i] == hNCrop[j]) {
|
if (hNCrop[i] == hNCrop[j]) {
|
||||||
std::string nn = std::to_string(ival);
|
std::string nn = std::to_string(ival);
|
||||||
hNCrop[j][3] = nn[0];
|
hNCrop[j][3] = nn[0];
|
||||||
|
ival++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user