Hi Philippe,
Thanks, but sometime ago when I ran into problems, you told me that I need to initialize my arrays in my C-struct itself Reading a TTree filled using a struct like class Would I run in to problems since I won’t initialize this time in the C-struct? Or maybe the
snewclassvar->var5 = new int[cc];
regardless of if (cc < snewclassvar->len) or not, would actually initialize the array and serve the same purpose, even though it is not done in the C-struct?
Thanks again!
- Sujeewa