Skip to main content Skip to navigation

Tutorial Stuff

Link to the C++ tutorial and exercises


Root Stuff

How to start ROOT on the CSC machines

Login to your account and type

> module use --append /warwick/epp/share/modules/base

> module load eppbase

> module load roodaf

> alias root = `root -l`

A script to do this is linked here. To run this just type

> source setup_root.sh

Now to start root, just type

> root

ROOT Tutorial

Root Tutorial PDF File

ROOT Files for some of the tutorial exercises

experiment.root file

histogram.root file

Some ROOT macros

AnalyzeComments.C

AnalyzeExercise5.C