Thanks Karim & Matthias for setting up the repo.
I think the format you propose is very good. For the b-tag likelihood ratio + MEM, the inputs you provide are sufficient. Here are some comments.
- We should then also fix what are
selectedJets, looseSelectedJets and selectedLeptons.
- When we need to attach more information to a jet than just the 4-momentum and CSV, I agree we can make some very light classes for them.
- We might want the GetOutput to return some class or struct which contains additional info, e.g. for the MEM you might like to save the integration accuracy and number of permutations for debugging purposes.
- We might also like to think about how we include the boosted objects. In the MEM analysis we merge the resolved jets and subjets of boosted fatjets in case resolved jets do not satisfy the final state, however we have to think a bit about what's the best way to provide this procedure in a self-contained way.
Thanks Karim & Matthias for setting up the repo.
I think the format you propose is very good. For the b-tag likelihood ratio + MEM, the inputs you provide are sufficient. Here are some comments.
selectedJets,looseSelectedJetsandselectedLeptons.