How to get the data for only one branch

Ok, i decided first to disable all my Branchs exepeted one, Psd_All_Shift wish is an histogram of my gammas/neutrons detected in fonction of Psd. So now that I only have the Branch I want, i could have scan it :

image

image

ANT THAT !! IS EXACLTY WHAT IM LOOKING FOR !!!
The left column is my event number, the middle one is the number of my detector, the rigth one is the bin number on the event if it detcted, obviously 0 if not !
On this pic, you can see that for the event number 2289, a gamma with an energy of 2018 x gain has been detected by the detctor number 27.

Now i need to exatract those data.
Update, I know now that my data are ROOT::VecOps::RVec<UShort_t>
I’ve seen already ROOT: ROOT::VecOps::RVec< T > Class Template Reference but i would like some help becaus there is a lot of possibility and i’m a bit lost.