Dear Users,
I am trying to compose STL containers such as std::vector or std::array made of TTree objects in the way std::vector or std::array<TTree, k>
I am wondering if it is possibile and if push_back() standard member function is working. Apparently it yields an error.
Thank you in advance
Best Regards