]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAnalysisAlien.h
Added AliAnalysisAlien::AddIncludePath() to be able to add include paths for runtime...
[u/mrichter/AliRoot.git] / ANALYSIS / AliAnalysisAlien.h
index d2da9a59c5d059fde94bae7e5049c58535397b04..950f601df2356dc7e902e5dabe4d2ae30c50aaf2 100644 (file)
@@ -30,6 +30,7 @@ public:
    AliAnalysisAlien(const AliAnalysisAlien& other); 
    AliAnalysisAlien& operator=(const AliAnalysisAlien& other);
 // Setters   
+   virtual void        AddIncludePath(const char *path);
    virtual void        AddRunNumber(Int_t run);
    virtual void        AddDataFile(const char *lfn);
    virtual void        SetExecutable(const char *name="analysis.sh")     {fExecutable = name;}
@@ -111,6 +112,7 @@ private:
    TString          fDatasetName;     // Dataset xml file to be created
    TString          fJDLName;         // JDL file to be generated
    TString          fMergeExcludes;   // List of output files excluded from merging
+   TString          fIncludePath;     // Include path
    TString          fCloseSE;         // Preffered storage element. Taken from alien_CLOSE_SE environment.
    TObjArray       *fInputFiles;      // List of input files to be processed by the job
    TObjArray       *fPackages;        // List of packages to be used