From: morsch Date: Sun, 20 Nov 2011 10:47:05 +0000 (+0000) Subject: Update X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;ds=sidebyside;h=13cf30d6530132efb183f984c9324417e237d0f8;p=u%2Fmrichter%2FAliRoot.git Update Jacek --- diff --git a/PWG1/PilotTrain/PilotAnalysis.C b/PWG1/PilotTrain/PilotAnalysis.C index 1ab045cd3ac..16725a3956a 100644 --- a/PWG1/PilotTrain/PilotAnalysis.C +++ b/PWG1/PilotTrain/PilotAnalysis.C @@ -253,7 +253,7 @@ void AddAnalysisTasks() // taskv0qa->SelectCollisionCandidates(); } // - // TPC (Jacek Otwinowski & Michael Knichel) + // TPC (Jacek Otwinowski & Michael Knichel & Weilin Yu) // // // Optionally MC information can be used by setting the 1st argument to true @@ -262,7 +262,10 @@ void AddAnalysisTasks() // Optionally highMult axis can be used by setting the 3st argument to true (for PbPb) if (doTPC) { gROOT->LoadMacro("$ALICE_ROOT/PWG1/TPC/macros/AddTaskPerformanceTPCdEdxQA.C"); - AliPerformanceTask *tpcQA = AddTaskPerformanceTPCdEdxQA(kFALSE, kTRUE, kFALSE); + // low multiplicity (pp) + //AliPerformanceTask *tpcQA = AddTaskPerformanceTPCdEdxQA(kFALSE, kTRUE, kFALSE); + // high multiplicity (Pb-Pb) + AliPerformanceTask *tpcQA = AddTaskPerformanceTPCdEdxQA(kFALSE, kTRUE, kTRUE); tpcQA->SelectCollisionCandidates(kTriggerMask); } //