AliPhysics  3bba2fe (3bba2fe)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProofTerminate.C File Reference
#include <TString.h>
#include <TSystem.h>
#include <TFile.h>
#include <TObjArray.h>
#include <TObjString.h>
#include <TError.h>
#include <TEnv.h>
#include <TROOT.h>
#include <AliAnalysisManager.h>
#include <TKey.h>
#include <fstream>
#include "ParUtilities.C"
Include dependency graph for ProofTerminate.C:

Go to the source code of this file.

Functions

Bool_t LoadLib (const char *libName)
 
Bool_t LoadPar (const char *parName)
 
AliAnalysisManagerLoadAnalysisManager (const char *fname)
 
Bool_t Setup (const TString &name, const TString &libs, const TString &pars, const TString &srcs, Bool_t localLibsNotPar=true)
 
Bool_t ProofTerminate (const TString &name, const TString &libs, const TString &pars, const TString &srcs, Bool_t localLibsNotPar=true)
 

Function Documentation

AliAnalysisManager* LoadAnalysisManager ( const char *  fname)

Definition at line 62 of file ProofTerminate.C.

Referenced by Setup().

Bool_t LoadLib ( const char *  libName)

Load a library

Parameters
libNameLibrary name
Returns
true on success

Definition at line 35 of file ProofTerminate.C.

Referenced by Setup().

Bool_t LoadPar ( const char *  parName)

Load a PAR

Parameters
parNamePAR file name
Returns
true on success

Definition at line 51 of file ProofTerminate.C.

Referenced by Setup().

Bool_t ProofTerminate ( const TString name,
const TString libs,
const TString pars,
const TString srcs,
Bool_t  localLibsNotPar = true 
)

Submit the terminate job

Parameters
nameName of the job
libsLibraries to load (space separated string)
parsPARs to load (space separated string)
srcsSources to load (space separated string)
localLibsNotParif local is true and this is true, then we load the corresponding locally compiled library for each specified PAR file.
Returns
true on success

Definition at line 212 of file ProofTerminate.C.

Bool_t Setup ( const TString name,
const TString libs,
const TString pars,
const TString srcs,
Bool_t  localLibsNotPar = true 
)

Setup our manager et al

Parameters
nameName of the job
libsLibraries to load (space separated string)
parsPARs to load (space separated string)
srcsSources to load (space separated string)
localLibsNotParif local is true and this is true, then we load the corresponding locally compiled library for each specified PAR file.
Returns
true on success

Definition at line 97 of file ProofTerminate.C.

Referenced by ProofTerminate().