]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/examples/AliAnalysisTaskEx01.cxx
count correctly the number of libraries
[u/mrichter/AliRoot.git] / ANALYSIS / examples / AliAnalysisTaskEx01.cxx
index e29ae124a0c9d1c2b68c18c3358c374088fc2f69..f09585a8f6879c49b4ec0db1104056ae2b4ccf9d 100644 (file)
@@ -156,6 +156,7 @@ void AliAnalysisTaskEx01::UserExec(Option_t *)
         
         
     // Create pointer to reconstructed event
+    return;
     AliVEvent *event = InputEvent();
     if (!event) { Printf("ERROR: Could not retrieve event"); return; }
 
@@ -238,7 +239,7 @@ void AliAnalysisTaskEx01::Terminate(Option_t *)
 {
     // Draw result to screen, or perform fitting, normalizations
     // Called once at the end of the query
-        
+    return;    
     fOutput = dynamic_cast<TList*> (GetOutputData(1));
     if(!fOutput) { Printf("ERROR: could not retrieve TList fOutput"); return; }