Dear expert,
I’m trying to plot with Histo1D in RdataFrame only some elements of the branch, the branch being a vector.
Trying for example things like Histo1D('var.at(0)')
or Histo1D('var[0]
) do not work well.
Is there a way to do so without having to first Define
a new variable?
Thanks
Clement