From cea49479343d7ed83d0f44d439f643318464ee98 Mon Sep 17 00:00:00 2001 From: snelling Date: Mon, 2 Apr 2012 20:52:00 +0000 Subject: [PATCH] cleanup of couts and such --- PWG/FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx | 4 ++-- PWG/FLOW/Base/AliFlowCommonHist.cxx | 14 +++++++------- PWG/FLOW/Tasks/AliAnalysisTaskFilterFE.cxx | 7 ++++--- PWG/FLOW/Tasks/AliAnalysisTaskFlowEvent.cxx | 6 +++--- PWG/FLOW/Tasks/AliAnalysisTaskQCumulants.cxx | 8 +++++--- PWG/FLOW/Tasks/AliAnalysisTaskScalarProduct.cxx | 9 +++++---- 6 files changed, 26 insertions(+), 22 deletions(-) diff --git a/PWG/FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx b/PWG/FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx index 56ef05494fd..97f6c34f614 100644 --- a/PWG/FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx +++ b/PWG/FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx @@ -94,8 +94,8 @@ AliFlowAnalysisWithScalarProduct::~AliFlowAnalysisWithScalarProduct() //----------------------------------------------------------------------- void AliFlowAnalysisWithScalarProduct::Init() { //Define all histograms - printf("---Analysis with the Scalar Product Method--- Init\n"); - printf("--- fNormalizationType %d ---\n", fNormalizationType); + //printf("---Analysis with the Scalar Product Method--- Init\n"); + //printf("--- fNormalizationType %d ---\n", fNormalizationType); //save old value and prevent histograms from being added to directory //to avoid name clashes in case multiple analaysis objects are used //in an analysis diff --git a/PWG/FLOW/Base/AliFlowCommonHist.cxx b/PWG/FLOW/Base/AliFlowCommonHist.cxx index f7b558c2d66..d12f8a9a2c8 100644 --- a/PWG/FLOW/Base/AliFlowCommonHist.cxx +++ b/PWG/FLOW/Base/AliFlowCommonHist.cxx @@ -205,13 +205,13 @@ AliFlowCommonHist::AliFlowCommonHist(const AliFlowCommonHist& a): Double_t dMassMax = AliFlowCommonConstants::GetMaster()->GetMassMax(); - cout<<"The settings for the common histograms are as follows:"<SetSeed(fMyTRandom3->Integer(65539)); @@ -247,7 +247,7 @@ void AliAnalysisTaskFlowEvent::NotifyRun() void AliAnalysisTaskFlowEvent::UserCreateOutputObjects() { // Called at every worker node to initialize - cout<<"AliAnalysisTaskFlowEvent::CreateOutputObjects()"<SetApplyCorrectionForNUA(fApplyCorrectionForNUA); // harmonic: -- 2.39.3