Open jmduarte opened 4 years ago
We can probably do all of it within the JetConstituentTableProducer, no?
For jet-level ones I think I got a solution in https://github.com/cms-jet/NanoAODJMAR/compare/master...DAZSLE:DeepDoubleX Javier is going to fill in the details (since I'm not so familiar with the variables)
Just merged #14 Is there something else missing?
Yeah the pf cand related info
On Wed, Jun 3, 2020, 10:05 Alejandro Gomez Espinosa < notifications@github.com> wrote:
Just merged #14 https://github.com/cms-jet/NanoAODJMAR/pull/14 Is there something else missing?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cms-jet/NanoAODJMAR/issues/12#issuecomment-638033777, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADE5EBBX4OWXSQW3HPQ2TTDRUX76JANCNFSM4NIXGGBA .
Yeah the pf cand related info … On Wed, Jun 3, 2020, 10:05 Alejandro Gomez Espinosa < @.***> wrote: Just merged #14 <#14> Is there something else missing? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADE5EBBX4OWXSQW3HPQ2TTDRUX76JANCNFSM4NIXGGBA .
is there something still missing here?
I browsed through this yesterday, all the per jet and SV information is in. It's a bit trickier with the PF cands. Ideally, we'd be able to get the info from the FeatureProducers for the taggers themselves, but I didn't figure it out yet.
In general, I'm interested in using this format as a standard for training/re-training deep jet taggers. So it'd be nice to have a complete set of inputs (enabled with some flag).
I can try to help add these in a pull request, although I think I'll need some guidance. In particular, how can we add variables to the jet table?
@andrzejnovak