I assumed that before the “Declaration of leaf types”, you only had (8 + 4 Bytes): TTree *fChain; Int_t fCurrent;
I added another “Int_t” (4 Bytes) to make the “info_iev” (and then also the arrays) aligned at the 8 Bytes boundary.
1 Like