]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliForwardMultiplicityBase.h
Cleaned up error handling when missing corrections. Previously
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliForwardMultiplicityBase.h
index 0726ab84698a58389ebbc6348fd62bc98cc956f2..59b4a3c3bdb3a36c38a077b78dab73febc66aa4b 100644 (file)
@@ -287,8 +287,9 @@ protected:
   /** 
    * Initialise the sub objects and stuff.  Called on first event
    *
+   * @return false on errors 
    */
-  virtual void InitializeSubs() = 0;
+  virtual Bool_t InitializeSubs() = 0;
   /**
    * Mark this event as one to store in the AOD 
    *