I am a new and stupid student on ROOT. I got a question of my script. I obtained a long list of many particles, but each entry contains some numbers and a character. I was trying to find out the total number of each different particles, but my script was wrong and I could not make it right. The error was: invalid suffix βDβ on floating constant. I know I this D here is not a number, but I could not make my script correct.
Thatβs not a ROOT problem, but anyway, you can just read and compare the entries as strings (instead of as numbers). If you need to use them as numbers, you have to first know what those codes mean and then work with them accordingly, so check with whoever or whatever code generated them.