add necessary increment for unique cropped name for PSI-BIN.
This commit is contained in:
parent
129e4c10dd
commit
aa2f2756a4
@ -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++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user