![]() |
AliPhysics
45843cc (45843cc)
|
#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"
Go to the source code of this file.
Functions | |
Bool_t | LoadLib (const char *libName) |
Bool_t | LoadPar (const char *parName) |
AliAnalysisManager * | LoadAnalysisManager (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) |
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
libName | Library name |
Definition at line 35 of file ProofTerminate.C.
Referenced by Setup().
Bool_t LoadPar | ( | const char * | parName | ) |
Load a PAR
parName | PAR file name |
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
name | Name of the job |
libs | Libraries to load (space separated string) |
pars | PARs to load (space separated string) |
srcs | Sources to load (space separated string) |
localLibsNotPar | if local is true and this is true, then we load the corresponding locally compiled library for each specified PAR file. |
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
name | Name of the job |
libs | Libraries to load (space separated string) |
pars | PARs to load (space separated string) |
srcs | Sources to load (space separated string) |
localLibsNotPar | if local is true and this is true, then we load the corresponding locally compiled library for each specified PAR file. |
Definition at line 97 of file ProofTerminate.C.
Referenced by ProofTerminate().