Limitations of the event output /1
Static arrays in data objects not easily accessible from TTree::Draw()
- Therefore we have to use
- Float_t time1,time2,time3,time4,time5,time6;
- Instead of
Data objects may not contain dynamic structures
- Ex: dynamic arrays, lists, ...