]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
change analysis debug flag to -1 to avoid prints, change analysis macro to not call...
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jun 2010 13:30:59 +0000 (13:30 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jun 2010 13:30:59 +0000 (13:30 +0000)
PWG4/macros/AddTaskPartCorr.C
PWG4/macros/QA/ana.C

index 84ec9e54677734e1617cd665e615c1af24ca7e73..198791f1012997565c4379f39b3c3c23aec72758 100644 (file)
@@ -434,7 +434,7 @@ AliAnalysisTaskParticleCorrelation *AddTaskPartCorr(TString data, TString calori
   maker->AddAnalysis(anacorrhadronpi0,8);
   maker->AddAnalysis(anacorrhadronisopi0,9);
   maker->AddAnalysis(anaomegaToPi0Gamma,10);   
-  maker->SetAnaDebug(0)  ;
+  maker->SetAnaDebug(-1)  ;
   maker->SwitchOnHistogramsMaker()  ;
   if(data.Contains("delta")) maker->SwitchOffAODsMaker()  ;
   else                       maker->SwitchOnAODsMaker()  ;
index 2996d05262670bb1926de72c84881b109ad146f9..f4b2e2334615405b74fb7f5c42cd6c22c68222cc 100644 (file)
@@ -139,7 +139,7 @@ void ana(Int_t mode=mLocal)
     else if (mode==mPROOF) 
       smode = "proof";
     else if (mode==mGRID) 
-      smode = "grid";
+      smode = "local";
     
     mgr->InitAnalysis();
     mgr->PrintStatus();