Replies: 1 comment
-
Do you mean something other than the following? events["higgsCand"] = higgsCand (See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello experts,
I have a main awkward record named
events
which has several fields likemuon
,tau
,met
etc. Now, I want to add a new field to theevents
array e.g.higssCand
which looks like the following:Say, I have three entries in the
events
array, and thishiggsCand
is basically a pair ofmuon
andtau
So, if I call
events.higgsCand.pt
, it will return thept
array, and if I doevents.higgsCand.mT_comb
, it will return me themT_comb
array which has a different dimension thanpt
Is it fundamentally possible at all?
Thank you very much :)
Gourab
Beta Was this translation helpful? Give feedback.
All reactions