-
- Downloads
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
Showing
- tutorials/proof/ProofSimple.C 238 additions, 0 deletionstutorials/proof/ProofSimple.C
- tutorials/proof/ProofSimple.h 69 additions, 0 deletionstutorials/proof/ProofSimple.h
- tutorials/proof/getProof.C 127 additions, 0 deletionstutorials/proof/getProof.C
- tutorials/proof/runProof.C 54 additions, 0 deletionstutorials/proof/runProof.C
- tutorials/tree/h1analysis.C 1 addition, 0 deletionstutorials/tree/h1analysis.C
Loading
Please register or sign in to comment