-
Notifications
You must be signed in to change notification settings - Fork 839
Add ALP and EFT cards for dijets #3881
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
base: master
Are you sure you want to change the base?
Conversation
| #************************************************************ | ||
| #* MadGraph 5 * | ||
| #* * | ||
| #* * * * | ||
| #* * * * * * | ||
| #* * * * * 5 * * * * * | ||
| #* * * * * * | ||
| #* * * * | ||
| #* * | ||
| #* * | ||
| #* VERSION 1.5.11 2013-06-21 * | ||
| #* * | ||
| #* The MadGraph Development Team - Please visit us at * | ||
| #* https://server06.fynu.ucl.ac.be/projects/madgraph * | ||
| #* * | ||
| #************************************************************ | ||
| #* * | ||
| #* Command File for MadGraph 5 * | ||
| #* * | ||
| #* run as ./bin/mg5 filename * | ||
| #* * | ||
| #************************************************************ | ||
|
|
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.
Please remove this banner.
| # PDF CHOICE: this automatically fixes also alpha_s and its evol. * | ||
| #********************************************************************* | ||
| 'lhapdf' = pdlabel ! PDF set | ||
| 263000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number |
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.
What is the reason for using this LO PDF set?
Using the following you will have the CMS default set automatically:
$DEFAULT_PDF_SETS = lhaid
In this case the default is 325500 (NNPDF31_nnlo_as_0118_nf_4_mc_hessian)
| # maximal pdg code for quark to be considered as a light jet * | ||
| # (otherwise b cuts are applied) * | ||
| #********************************************************************* | ||
| 5 = maxjetflavor ! Apply b cuts ! |
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.
This should be 4 given that you are using a 4-flavor scheme
| #************************************************************ | ||
| #* MadGraph 5 * | ||
| #* * | ||
| #* * * * | ||
| #* * * * * * | ||
| #* * * * * 5 * * * * * | ||
| #* * * * * * | ||
| #* * * * | ||
| #* * | ||
| #* * | ||
| #* VERSION 1.5.11 2013-06-21 * | ||
| #* * | ||
| #* The MadGraph Development Team - Please visit us at * | ||
| #* https://server06.fynu.ucl.ac.be/projects/madgraph * | ||
| #* * | ||
| #************************************************************ | ||
| #* * | ||
| #* Command File for MadGraph 5 * | ||
| #* * | ||
| #* run as ./bin/mg5 filename * | ||
| #* * | ||
| #************************************************************ | ||
|
|
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.
Remove banner
| # maximal pdg code for quark to be considered as a light jet * | ||
| # (otherwise b cuts are applied) * | ||
| #********************************************************************* | ||
| 5 = maxjetflavor ! Apply b cuts ! |
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.
should be 4
| # PDF CHOICE: this automatically fixes also alpha_s and its evol. * | ||
| #********************************************************************* | ||
| 'lhapdf' = pdlabel ! PDF set | ||
| 263000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number |
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.
same comment as in the other card
|
Once we have resolved the comments above, can you please migrate this PR to the new gitlab repository? |
These are the Madgraph cards for virtual ALP exchange and EFT triple-gluon coupling in dijet angular distributions used in EXO-24-011.
(it is build on top of #3864, maybe consider this after the other)