Skip to content
/ mcEvol Public

The code to perform DGLAP-like evolution at LO, NLO, NNLO using MC technique. Within the evolution the transverse momentum is also calculated. See arXiv:1708.03279 and arXiv:1704.01757 for detail description.

License

Notifications You must be signed in to change notification settings

zleba/mcEvol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcEvol

The installation should be straighforward, the only external dependence is on ROOT which is used for filling histograms with pdfs or kernel.

  1. Clone the repository git clone [email protected]:zleba/mcEvol.git
  2. Please check that the paths to the ROOT are set correctly in the Makefile
  3. Please check the compiler setting (variable CC) in the Makefile. At least g++ 4.7 is required.
  4. Compile by calling make
  5. Run by calling ./mcEvol

The program will fill the histograms (into the root file) with z and pT spectrum at various scales. The "event loop" is in the main function in src/main.cpp, there, especially, one can set here the number of "events"

During short init period the splitting functions are transformed into splines, therefore the running at LO, NLO or NNLO takes roughly the same time.

Generation of 1 million "events" takes about 20s, including the initialisation.

About

The code to perform DGLAP-like evolution at LO, NLO, NNLO using MC technique. Within the evolution the transverse momentum is also calculated. See arXiv:1708.03279 and arXiv:1704.01757 for detail description.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published