Skip to content
Snippets Groups Projects
Commit 12e5436e authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Proof-Tutorials: support for passing input objects to runProof

It is now possible to pass as 4th argument a list of objects to be added to the input list to further control
the PROOF behaviour:

   root [] TList *ins = new TList
   root [] ins->Add(new TParameter<Int_t>("MyParm", 3))
   root [] runProof("simple",0,4,ins)

the content of 'ins' will then be copied to the input list before processing.
parent 192c8c94
No related branches found
No related tags found
Loading
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