From 29d1ef1d32c7928eb8690cadfff3cdaee2b8047c Mon Sep 17 00:00:00 2001 From: gconesab Date: Thu, 29 Jan 2009 12:46:01 +0000 Subject: [PATCH] analysis mode to start the analysis with analysis frame is not -grid- but -local- now --- PWG4/macros/ana.C | 2 +- PWG4/macros/anaExampleTask.C | 2 +- PWG4/macros/anaPartCorrJetAn.C | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PWG4/macros/ana.C b/PWG4/macros/ana.C index dadbfe2e0f4..7c159c4f56c 100644 --- a/PWG4/macros/ana.C +++ b/PWG4/macros/ana.C @@ -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(); diff --git a/PWG4/macros/anaExampleTask.C b/PWG4/macros/anaExampleTask.C index 3035574187b..57f4216e69c 100644 --- a/PWG4/macros/anaExampleTask.C +++ b/PWG4/macros/anaExampleTask.C @@ -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(); diff --git a/PWG4/macros/anaPartCorrJetAn.C b/PWG4/macros/anaPartCorrJetAn.C index cbe05989e49..1100a45125a 100644 --- a/PWG4/macros/anaPartCorrJetAn.C +++ b/PWG4/macros/anaPartCorrJetAn.C @@ -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(); -- 2.39.3