Skip to content
Snippets Groups Projects
Commit 8c345a0a authored by Rene Brun's avatar Rene Brun
Browse files

From Gerri:

- Add a new directory 'proof' under tutorials with a frame to run   PROOF tutorials and an example of non-data driven selector making
  some drawings.

  Run like this:

   $ cd tutorials; root -l
   root[0] .L proof/runProof.C+
   // Run locally with a number of workers equal to the cores in the machine
   root[1] runProof("simple")
   // H1 analysis reading the data via 'http'
   root[2] runProof("h1")

   To run on a cluster at 'master.domain' pass the master as second argument

   root[1] runProof("simple", "master.domain")
   root[2] runProof("h1", "master.domain")

- fix a missing include problem in h1analysis.C


git-svn-id: http://root.cern.ch/svn/root/trunk@20689 27541ba8-7e3a-0410-8455-c3a389f83636
parent a7c4226b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment