Dear support team,
I’ve been trying without success to fill a branch of a tree with a structure of vectors.
Essentially I would like to achieve what’s discribed in this presentation (p17-18) but with vectors instead of arrays. Is there a way to do that?
An example of the structure I would like to have is the following:
struct lepton
{
vector <Double_t> px;
vector <Double_t> py;
vector <Double_t> pz;
vector <Double_t> E;
};
Thank you for your time!
Best regards,
Yannis
ROOT Version: ROOT 6.18/04
CentOS (lxplus)