Hi,
I am new to PROOF. I’ll like to add a list of input files for PROOF to run. How can I do this? I’ve attached what I’ve done so far.
Please help. Thanks.
parlcomp.C (3.63 KB)
parlcomp.h (12.3 KB)
Hi,
I am new to PROOF. I’ll like to add a list of input files for PROOF to run. How can I do this? I’ve attached what I’ve done so far.
Please help. Thanks.
parlcomp.C (3.63 KB)
parlcomp.h (12.3 KB)
Dear touqra,
Could you please explain where you want to run PROOF? A laptop/desktop, a cluster …
For saving results to a file, please follow
root.cern.ch/handling-outputs#outputfile
What you have written will not work, because the hstogram you are saving in Terminate is the one created locally in Begin which is empty. See modified parlcomp.C .
G Ganis
parlcomp-1.C (3.99 KB)