-
Notifications
You must be signed in to change notification settings - Fork 811
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
Adding fragments for HH_WWZZ analysis #3822
base: master
Are you sure you want to change the base?
Conversation
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.
Related to the few comments inline, I also have some general questions:
- What are the Powheg processes used for the gridpacks? Especially in the background case.
- You are not including taus in the ResonanceDecayFilter, so you will not have leptonic tau decays that could be relevant in your analysis. Is this done on purpose?
- Related to the comment above, I have some doubts about the 4lplus scenario. IIUC in this case you must have at least 2 leptonic Zs or 2 leptonic Ws and 1 leptonic Z. The remaining Ws or Zs can decay to hadrons or leptons, therefore also to taus, which on the other hand you are excluding in the filter. So the setup does not look fully consistent to me.
Thanks and sorry if I misunderstood something.
'23:mMin = 0.05', | ||
'24:mMin = 0.05', | ||
'23:onMode = off', # disable all Z decay modes | ||
'23:onIfAny = 1 2 3 4 5 6 7 8 11 13 15', # enable only Z->ll and Z->qq |
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.
Do you really need also 6, 7, and 8?
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.
Oh not really, we just included all by default, can be removed if necessary
pythia8PSweightsSettingsBlock, | ||
pythia8PowhegEmissionVetoSettingsBlock, | ||
processParameters = cms.vstring( | ||
'POWHEG:nFinal = 4', ## Number of final state particles |
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.
Which Powheg process are you using to generate the gridpack?
'ResonanceDecayFilter:exclusive = on', #off: require at least the specified number of daughters, on: require exactly the specified number of daughters | ||
'ResonanceDecayFilter:mothers = 24,23', #? TBC! list of mothers not specified -> count all particles in hard process+resonance decays | ||
'ResonanceDecayFilter:eMuAsEquivalent = on', #on: treat electrons and muons as equivalent | ||
'ResonanceDecayFilter:daughters = 11,11,11', |
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.
taus are not included here, is it intentional?
Thank you for your followup, I hope I understood well your questions and you can find answers below:
For the HH case, it is a glugluToHH cental gridpack. For the qq_WWZZ It is a private gridpack, producing q q > w w z z
We are not including taus in the ResonanceDecayFilter as we don't want our Higgs to decay to taus (we are targeting only HH_WWZZ), but we do allow to have them in the final state (coming from W or a Z). This you can see form the notebook linked in our PR, where we showcase the output of our production, see example for HH_WWZZ_3l:
Again, similar answer as to the previous questions, we are allowing the taus to be there in the final state. Here is the 4plus output example for qq_WWZZ_4lplus:
Hope this clears it up! |
Thanks for the quick reply.
Regarding this, I was asking about the specific Powheg process used for generating the gridpack, because I'm not aware of any Powheg code capable to produce qq->WWZZ (i.e. I don't see it in this list, but maybe I'm just overlooking). Regarding the taus, and focusing on the 3l case as an example, my comment is that you are keeping only the events in which one Z and one W decay as Z->ee/mm , W->ev/mv and the other two as Z->qq/tautau W->qq/tauv. Also, note that you are not including channels with Z to neutrinos, which might also be relevant, |
Oh thanks a lot for pointing that out. The gridpack for qq_WWZZ was done with MADGRAPH, not POWHEG. And then I see now that in fragment it is wrong (also in the naming) and that we left the same settings as for HH_WWZZ where the central gridpack is POWHEG. This needs to be fixed in the provided qq fragments, sorry for the confusion. I am a bit surprised that this fragment in the end didn't cause problems and that we managed to run it and produce samples without problems, but I guess then that this part of the fragment is just ignored?
Correct, we do not consider leptons coming from taus in our analysis. These samples are used for BDT training, used to target the leptonic decays from HH-WWZZ coming directly from W and Z bosons.
We are also not considering final states with Z->neutrinos, same argument as the previous one. |
Thanks! Please fix the fragment then. About taus, if you are sure you don't have any contamination from leptonic tau decays in the analysis, then I guess it's ok. |
I am so sorry for the delay. I was convinced that I had pushed the changes to the branch. Let me know if anything else is needed and thank you! |
This PR contains new fragments needed for HH_WWZZ analysis for both Run2 and Run3.
They are needed for a new diHiggs analysis which is considering HH decaying into 4V (2 W bosons and 2 Z bosons), non-resonant, and focusing on leptonic and semi-leptonic final states, with Run2 and Run3 data. You can see the latest analysis status reported in the last HZZ meeting [1]
For signal yield estimate we are using already existing “GluGlutoHHto4V” signal samples, which are including all 4V decays. This sample is appropriate for our analysis, as it contains events where HH decays to WWZZ. But, since our decay mode is 4 times more rare than the 4W case, this leaves us with a few % of the inclusive sample once sub-selecting WWZZ in 3l and 4l. Therefore we are in need of more statistic for our BDT model trainings.
Additionally, we are adding fragments for qq->WWZZ, as this is one of our backgrounds and the sample is not existing at the moment.
4 new fragments are added per Run (4 for Run2 + 4 for Run3):
Details about the request and testing fragments are given in the notebook