X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=RALICE%2FAliJob.h;h=5664ad643cf9db4f029ae792da58d31e0356da60;hb=01c89ce165f735663fe849d670c89172c469052f;hp=e597b87ffd9d26a06c55888e98103b846a7f3ce2;hpb=9f575717e81178fc20b39eb8e381a51dfe931e7c;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliJob.h b/RALICE/AliJob.h index e597b87ffd9..5664ad643cf 100644 --- a/RALICE/AliJob.h +++ b/RALICE/AliJob.h @@ -28,6 +28,7 @@ class AliJob : public TTask TObject* GetObject(Int_t j) const; // Provide j-th stored object TObjArray* GetObjects() const; // Provide all stored object pointers TObjArray* GetObjects(const char* classname); // Provide all objects inheriting from "classname" + void ProcessObject(TObject* obj); // Process all sub-tasks for the specified object protected : Int_t fMakefolder; // Flag to indicate creation of the folder structure @@ -38,6 +39,6 @@ class AliJob : public TTask void SetMainObject(TObject* obj); // Store pointer to the main object structure - ClassDef(AliJob,3) // Base class for top level job in a task based procedure + ClassDef(AliJob,4) // Base class for top level job in a task based procedure }; #endif