Logo ROOT  
Reference Guide
proof Directory Reference
Directory dependency graph for proof:

Files

file  EmptyInclude.h [code]
 Empty file to test TProof::Load in runProof.C and StressProof.cxx in conjunction with ProcFileElements and ProofEventProc .
 
file  finalizeProof.C [code]
 Macro to finalize queries run with the macro tutorials/runProof .
 
file  getProof.C [code]
 Attaches to a PROOF session, possibly at the indicated URL.
 
file  ProcFileElements.C [code]
 Class to hold information about the processed elements of a file.
 
file  ProcFileElements.h [code]
 Class to hold information about the processed elements of a file.
 
file  ProofAux.C [code]
 Selector used for auxiliary actions in the PROOF tutorials.
 
file  ProofAux.h [code]
 Selector used for auxiliary actions in the PROOF tutorials.
 
file  ProofEvent.C [code]
 Selector for generic processing with Event.
 
file  ProofEvent.h [code]
 Selector for generic processing with Event.
 
file  ProofEventProc.C [code]
 Selector to process trees containing Event structures.
 
file  ProofEventProc.h [code]
 Selector to process trees containing Event structures.
 
file  ProofFriends.C [code]
 Selector to process tree friends.
 
file  ProofFriends.h [code]
 Selector to process tree friends.
 
file  ProofNtuple.C [code]
 Selector to fill a simple ntuple.
 
file  ProofNtuple.h [code]
 Selector to fill a simple ntuple.
 
file  ProofPythia.C [code]
 Selector to generate Monte Carlo events with Pythia8.
 
file  ProofPythia.h [code]
 Selector to generate Monte Carlo events with Pythia8.
 
file  ProofSimple.C [code]
 Selector to fill a set of histograms.
 
file  ProofSimple.h [code]
 Selector to fill a set of histograms.
 
file  ProofSimpleFile.C [code]
 Selector to fill a set of histograms and merging via file.
 
file  ProofSimpleFile.h [code]
 Selector to fill a set of histograms and merging via file.
 
file  ProofStdVect.C [code]
 Selector for generic processing with stdlib collections.
 
file  ProofStdVect.h [code]
 Selector for generic processing with stdlib collections.
 
file  ProofTests.C [code]
 Auxilliary selector used to test PROOF functionality.
 
file  ProofTests.h [code]
 Auxilliary selector used to test PROOF functionality.
 
file  runProof.C [code]
 Macro to run examples of analysis on PROOF, corresponding to the TSelector implementations found under <ROOTSYS>/tutorials/proof .