ROOT
This page collects general ROOT hints. For LHCb specific info see LHCbROOT.
Finding Help
If you are looking for an example containing some specific class (TObjArray below). grep
for it in the tutorial directory:
cd $ROOTSYS/tutorials/
grep -r TObjArray *
Setup & Running
-
ROOT logon script - How to write a simple script that does useful things when you logon to ROOT.
-
General
pyRoot:
Constructors - How to use a ROOT constructor with pointers as arguments?
-
-
-
-
-
Plotting
Special Cases
Root-files - Troubles with root files (e.g. empty files)
-
RooFit