-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# sphaleronMC | ||
Should compile with gcc version >= 5.3.0 | ||
It also requires ROOT version >= 6.06/01 | ||
Compiles with gcc version >= 5.3.0 | ||
Requires ROOT version >= 6.06/01 | ||
Requires LHAPDF == 6.1.6 | ||
|
||
mstwpdf is from the mstw2008 package, available publically at https://mstwpdf.hepforge.org/ | ||
A. D. Martin, W. J. Stirling, R. S. Thorne and G. Watt, | ||
"Parton distributions for the LHC", | ||
Eur. Phys. J. C63 (2009) 189-285 | ||
[arXiv:0901.0002 [hep-ph]]. | ||
One must change the code to make sure it opens the pdf grid file you want to use. | ||
|
||
Now using the LHAPDF code which can be found at: | ||
Eur.Phys.J. C75 (2015) 3, 132 (http://arxiv.org/abs/1412.7420) | ||
The LHAPDF code which can be found at: | ||
"LHAPDF6: parton density access in the LHC precision era" | ||
Eur.Phys.J. C75 (2015) 3, 132 | ||
http://arxiv.org/abs/1412.7420 | ||
|
||
The pdf grid string is hard coded, and can be changed before compiling. | ||
End user must make sure they have downloaded the desired pdf grid and | ||
installed it into their installation of LHAPDF. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters