]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliJob.h
Event header added (Bogdan)
[u/mrichter/AliRoot.git] / RALICE / AliJob.h
index e597b87ffd9d26a06c55888e98103b846a7f3ce2..5664ad643cf9db4f029ae792da58d31e0356da60 100644 (file)
@@ -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