-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlap removal in Hgg MC samples #1122
Comments
It makes sense to me to modify the gen match types in:
with modifications here to assign the flags: The not nice part of the job is to make sure that in the framework the usage of kPrompt is replaced correctly with (kPromptME or kPromptHad). |
Have a look at the header of the GenParticle, there are already several methods that tells if the particle comes from the hardscattering or not, etc... |
Hi @shervin86 , related to the overlap removal (in terms of implementation), I discussed your other suggestion with @mhl0116 : want to store the mother particle of each photon so that we can study photon origins (does it come from a quark, W, etc.). Hualin already needs to calculate the mother ID of each photon to perform the overlap removal, so he will also store that information as a property of each photon. Then, we can remake microAOD with these changes and make tables of photon origins for MC samples as you suggest. |
Implement the overlap removal method studied in this presentation originally dedicated to ttH analysis: https://indico.cern.ch/event/754291/contributions/3133922/attachments/1713144/2762621/ttH_gg_overlapRemove_20180910.pdf
There is an old PR #1083 implementing the method in TTHLeptonicTagger, which can be generalized so that this option is available to other tags.
The text was updated successfully, but these errors were encountered: