Documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
** https://root.cern.ch/root/htmldoc/guides/primer/ROOTPrimer.html |
** https://root.cern.ch/root/htmldoc/guides/primer/ROOTPrimer.html |
||
* Most of the time you'll be working on the servers as there is no direct Windows release of the most up-to-date version. But you can use Windows 5.34.36 on Windows from https://root.cern.ch/content/release-53436 (And indeed we usually use root 5.34 on the servers anyway). |
* Most of the time you'll be working on the servers as there is no direct Windows release of the most up-to-date version. But you can use Windows 5.34.36 on Windows from https://root.cern.ch/content/release-53436 (And indeed we usually use root 5.34 on the servers anyway). |
||
==UNIX / Linux Tutorial== |
==UNIX / Linux Tutorial== |
||
Everyone should become familiar with linux |
Everyone should become familiar with linux |
||
*Simple tutorials which cover the basics of UNIX/Linux commands |
*Simple tutorials which cover the basics of UNIX/Linux commands |
||
** http://www.ee.surrey.ac.uk/Teaching/Unix/ |
** http://www.ee.surrey.ac.uk/Teaching/Unix/ |
||
---- |
|||
===Reading Material on Dark Matter:=== |
|||
==Background Dark Matter Reading List== |
|||
* [https://www.newscientist.com/round-up/instant-expert-dark-matter/ D. Hooper, "Instant Expert: Dark matter," New Scientist, (2011)] |
* [https://www.newscientist.com/round-up/instant-expert-dark-matter/ D. Hooper, "Instant Expert: Dark matter," New Scientist, (2011)] |
||
Revision as of 05:28, 11 June 2017
ROOT
You should become familiar with ROOT. It is an object-oriented data analysis framework.
If you will be new to the ROOT data analysis package
- See it's very complete User's Guide (the most important chapters are those on Histograms and trees)
- ROOT tutorial from Columbia University
- This is worth looking over, especially for anyone who is new to ROOT.
- The ROOT Primer is located at
- Most of the time you'll be working on the servers as there is no direct Windows release of the most up-to-date version. But you can use Windows 5.34.36 on Windows from https://root.cern.ch/content/release-53436 (And indeed we usually use root 5.34 on the servers anyway).
UNIX / Linux Tutorial
Everyone should become familiar with linux
- Simple tutorials which cover the basics of UNIX/Linux commands