-
Notifications
You must be signed in to change notification settings - Fork 796
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
WV aTGC Semileptonic sample #3810
Conversation
# Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) * | ||
# More specific cuts can be specified in SubProcesses/cuts.f * | ||
#*********************************************************************** | ||
20.0 = ptl ! Min lepton transverse momentum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it ok to have this GEN lepton pT cut in the analysis? It seems rather high. Did you consider using a lower cut?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We did not consider lowering it as we used a reco level pT cut of 50 GeV. Furthermore, we are trying to probe the mWV distribution tail and the cut on mWV is 950 GeV. So, it should not cause any issues.
#*********************************************************************** | ||
1.0 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT) | ||
1.0 = jetradius ! The radius parameter for the jet algorithm | ||
20.0 = ptj ! Min jet transverse momentum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar question as below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only considered boosted jets with pT > 200 GeV and softdrop mass > 45 GeV.
Dear GEN Experts, If there is any further comments or suggestions, please let us know. Thank you. |
Dear @lviliani, |
Sorry for the delay, I'll merge now. |
great, thanks a lot! |
These cards are for the SMP aTGC analysis with a full run-2 dataset. The process that we considered is WV semileptonic decay.
We need MC samples for the following processes:
We binned each process based on mWV mass. There are three mWV mass bins: 150-600, 600-800, and 800 to Inf. So, in total, we will have 18 independent samples.
For this reason, as recommended, instead of adding 18 sets of cards, we added template cards and a script that will generate the cards. Furthermore, we also added a README file to clarify the details. Please check the README to know the details of the script.
Please let us know if you have any further comments/questions about the approval of these cards.