+// The default working environment consists of :
+//
+// * An array containing pointers to the objects which are stored
+// via the AddObject() facility of this AliJob class.
+// From this storage the objects can be directly accessed via the
+// GetObject() and GetObjects() memberfunctions.
+// * A pointer to the main object structure during job processing.
+// This pointer can be initiated/updated only by the derived top level
+// processor via the SetMainObject() facility but all sub-tasks can access
+// it via the above array facilities or the GetMainObject() memberfunction.
+// The latter provides faster access to the main object structure than
+// the GetObject (search) based procedures.
+//
+// Optionally one may invoke the MakeFolder() memberfunction to provide
+// in addition to the above the following job-specific folder structure :
+//