Constituents information #212
Replies: 2 comments 9 replies
-
Hi @shubhani16, my answer will depend on what you need to do. In v1.10, every jet object includes all the constituent information, but this is a pointer to the MC event, so you can, in principle, access all the information you need about the constituents. You can find more information in this reference card. But if you need more sophisticated information, I will suggest looking into v2. There you can even implement constituent-level detector simulation, and all the jet constituents will also include that information. For that, you can look into arXiv:2303.03427 [hep-ph]. Hope it helps |
Beta Was this translation helpful? Give feedback.
-
Hi @shubhani16, you can extract the charge information via GetCharge function PS: you will need to add #include "SampleAnalyzer/Commons/Service/PDGService.h" to your code then you can use |
Beta Was this translation helpful? Give feedback.
-
Hi
Hope you are doing well.
I want to store charged and neutral constituents of the jet in the madanalysis5 expert mode. Is it possible to separate out the constituents of the jet based on separately using the charged and neutral constituents for further analysis?
Any help on this would be much appreciated. Thanks.
Regards
Shubhani
Beta Was this translation helpful? Give feedback.
All reactions