]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
just one histrogram for now
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jun 2008 14:03:53 +0000 (14:03 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jun 2008 14:03:53 +0000 (14:03 +0000)
PWG2/FLOW/AliAnalysisTaskScalarProduct.cxx
PWG2/FLOW/AliFlowAnalysisWithScalarProduct.cxx
PWG2/FLOW/AliFlowCommonHist.h

index 8a75a0ce78113e0b2a94a3692300c7cc6c0d94c6..53159bb924d04da7340706cac1c0de35905abfa7 100644 (file)
@@ -214,6 +214,7 @@ void AliAnalysisTaskScalarProduct::Exec(Option_t *)
     delete fEvent;
   }
 
+  fListHistos->Print();        
   PostData(0,fListHistos);
 }      
 
@@ -221,9 +222,9 @@ void AliAnalysisTaskScalarProduct::Exec(Option_t *)
 void AliAnalysisTaskScalarProduct::Terminate(Option_t *) 
 {
   // Called once at the end of the query
-  fSP->Finish();
+//  fSP->Finish();
   //  PostData(0,fListHistos);
 
-  delete fSP;
-  delete fEventMaker;
+//  delete fSP;
+//  delete fEventMaker;
 }
index e224eb4dbebe553e9599eedfbabbfe90e4df88a5..e8d7c396d9145dd87bc472056aafbed750c34ac7 100644 (file)
@@ -91,7 +91,7 @@ void AliFlowAnalysisWithScalarProduct::Init() {
 
   fCommonHists = new AliFlowCommonHist("SP");
   //fCommonHistsRes = new AliFlowCommonHistResults("SP");
-  fHistList->Add(fCommonHists); 
+  //  fHistList->Add(fCommonHists); 
 
   fEventNumber = 0;  //set number of events to zero    
 }
index 38b101eef7b1900968eec928ee5c4b779014e36f..9ae2c177bc7d497cc3eae4a543214ced26f0a415 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id$ */
+/* $Id:$ */
 
 #ifndef AliFlowCommonHist_H
 #define AliFlowCommonHist_H