]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
analysis mode to start the analysis with analysis frame is not -grid- but -local...
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jan 2009 12:46:01 +0000 (12:46 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jan 2009 12:46:01 +0000 (12:46 +0000)
PWG4/macros/ana.C
PWG4/macros/anaExampleTask.C
PWG4/macros/anaPartCorrJetAn.C

index dadbfe2e0f4a84916257431157325b7746214eb9..7c159c4f56c95066830aad85a890943da6cd1f36 100644 (file)
@@ -152,7 +152,7 @@ void ana(Int_t mode=mLocal, TString configName = "ConfigAnalysisPhoton")
     else if (mode==mPROOF) 
       smode = "proof";
     else if (mode==mGRID) 
-      smode = "grid";
+      smode = "local";
     
     mgr->InitAnalysis();
     mgr->PrintStatus();
index 3035574187b37a8bbd2c61d68986394c1672a6ba..57f4216e69cbda8b18e1c4bf20d925b5b1c14b16 100644 (file)
@@ -146,7 +146,7 @@ void anaExampleTask(Int_t mode=mLocal)
     else if (mode==mPROOF) 
       smode = "proof";
     else if (mode==mGRID) 
-      smode = "grid";
+      smode = "local";
     
     mgr->InitAnalysis();
     mgr->PrintStatus();
index cbe05989e498a90492bb57894434eeed63dd210a..1100a45125a0c89e04953e02f4650498e7ca1ce8 100644 (file)
@@ -167,7 +167,7 @@ void anaPartCorrJetAn(Int_t mode=mLocal, TString configName = "ConfigAnalysisGam
     else if (mode==mPROOF) 
       smode = "proof";
     else if (mode==mGRID) 
-      smode = "grid";
+      smode = "local";
     
     mgr->InitAnalysis();
     mgr->PrintStatus();