]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add PostData in UserCreateOutputObjects
authormiweber <m.weber@cern.ch>
Tue, 6 May 2014 10:26:12 +0000 (12:26 +0200)
committermiweber <m.weber@cern.ch>
Tue, 6 May 2014 10:26:58 +0000 (12:26 +0200)
PWGCF/FLOW/CME/AliAnalysisTaskCMEv2A.cxx

index 5f135260f6449aeee918bb0faf11d7b6b0d2fa22..82fb7698432d16cb881c375b5b81f2df7396118f 100644 (file)
@@ -1106,6 +1106,11 @@ void AliAnalysisTaskCMEv2A::UserCreateOutputObjects()
   // --- done with histograms --- //
   // ---------------------------- //
 
+
+  // ------------------------------------ //
+  // --- send data to the output list --- //
+  // ------------------------------------ // 
+  PostData(1,fOutputList);
 }