From: snelling Date: Tue, 10 Jun 2008 14:03:53 +0000 (+0000) Subject: just one histrogram for now X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d65e0fea5842dec537913b5dbd8857ad0da0e06c;p=u%2Fmrichter%2FAliRoot.git just one histrogram for now --- diff --git a/PWG2/FLOW/AliAnalysisTaskScalarProduct.cxx b/PWG2/FLOW/AliAnalysisTaskScalarProduct.cxx index 8a75a0ce781..53159bb924d 100644 --- a/PWG2/FLOW/AliAnalysisTaskScalarProduct.cxx +++ b/PWG2/FLOW/AliAnalysisTaskScalarProduct.cxx @@ -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; } diff --git a/PWG2/FLOW/AliFlowAnalysisWithScalarProduct.cxx b/PWG2/FLOW/AliFlowAnalysisWithScalarProduct.cxx index e224eb4dbeb..e8d7c396d91 100644 --- a/PWG2/FLOW/AliFlowAnalysisWithScalarProduct.cxx +++ b/PWG2/FLOW/AliFlowAnalysisWithScalarProduct.cxx @@ -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 } diff --git a/PWG2/FLOW/AliFlowCommonHist.h b/PWG2/FLOW/AliFlowCommonHist.h index 38b101eef7b..9ae2c177bc7 100644 --- a/PWG2/FLOW/AliFlowCommonHist.h +++ b/PWG2/FLOW/AliFlowCommonHist.h @@ -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