input
Controlling the PROOF behavior
The behavior of PROOF can be controlled via environment variables, ROOT directives (.rootrc file family) and INPUT parameters. In this section the different options to control the way a PROOF session behaves are described.
The INPUT list
The input list is a list of TObject which is made available at running time on each participating node and in the TSelector object (fInput member). This list is meant to provide a way to provide relevant information for the query and can therefore be used to control the job.
The old PROOF benchmark utilities
NB: this page describes th benchmark scripts under $ROOTSYS/ProofBench . The new benchmark suite steered by TProofBench is described in here.