-
Notifications
You must be signed in to change notification settings - Fork 788
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
Modify the make_rwl.py file with corrected pdf number #3574
base: master
Are you sure you want to change the base?
Conversation
Basically it is a +1 from me. |
Hi, |
But this change will affect all the other samples as well. Why not just add pdf4lhc15 for samples of the working group's interest ONLY (making gridpacks with pdf4lhc15) and leave other samples as it is? |
Perhaps @danielwinterbottom could provide a clearer explanation of the current status. |
About the PDF sets, the use of PDF4LHC15 is the recommendation of the bbH/bH subgroup of the LHCHWG (see here: https://twiki.cern.ch/twiki/bin/view/LHCPhysics/LHCHWGBBH#Recommendations_for_the_acceptan). For the previous Run-2 analysis, we double-checked with the working group conveners if it was really necessary to use this PDF set over the NNPDF sets usually used by CMS and they expressed a strong preference for it. We also checked with the CMS MC validation group if not using NNPDF was OK and they told us the preference of NNPDF in CMS is for ME/PS consistency, but its is only a guidance and if there for good reasons for using a different PDF set GEN would not object unless it was something clearly incorrect (e.g using LO PDFs for NLO/NNLO MC samples). |
For me it is OK to proceed. This will affect only 4FS POWHEG processes, which are in very small number. |
Just to add though, this recommendation is only for bbH. I think there should be some option in the code so that the PDF4LHC set is only used for this process and not the other 4FS cases. |
@danielwinterbottom If one wants to use different PDF set one can use it with valid reasons, sure. My point is different, "is it necessary to add this to central scripts back again while you can steer it only for samples that you are interested in" was my question. Given that (a) we were planning to minimize the PDF sets (not sure what the progress is, raised last summer #3479) (b) PDF reweighting is much more expensive for powheg than other generators. |
Dear all, |
I agree, it should only be added for the bbH process. |
Hi all, we are still using LHAPDF 6.5.1, in which MSHT20nnlo_nf4 with ID 27810. The ID change happens in LHAPDF 6.5.4 (6.5.3 version still has 27810 for MSHT20nnlo_nf4) |
Why did this cause problems in the first place when we are only using 6.5.1 in central production @covarell @De-Cristo ? |
Hi, we firstly met this problem during generating the bbH gridpack, [1] https://cms-talk.web.cern.ch/t/generation-of-bbh-process-with-powheg-for-run3-mc/31713/9 |
I just checked that 12_4_4 is using lhapdf 6.4.0, which still has id 27810 for MSHT20nnlo_nf4, I haven't checked how lhapdf is called in powheg production, maybe someone already know it and can comment. |
Hi Meng, on https://twiki.cern.ch/twiki/bin/viewauth/CMS/PowhegBOXPrecompiled we recommend |
Dear experts,
There are several mismatch between PDF and LHAPDF ID in previous
make_rwl.py
file in/bin/PowHeg
which will cause error in the process of generation.I have modified the lines under Run3 4FS part according to the updated LHAPDF IDs.
https://lhapdf.hepforge.org/pdfsets.html
Please check. Thanks @covarell for pointing out!
Best,
Licheng