Why o why does TArray not inherit from TObject?

this is putting a cramp in my TTree design.

tia.

[quote]this is putting a cramp in my TTree design.[/quote] How does it limit you?

TArray does not inherit from TObject in order to be (very slightly) more light weight. In some use case you might also be able to use an std::vector instead.

Cheers,
Philippe.

you’re right. it doesn’t limit me, i don’t know what the hell i was complaining about. sorry bout that!