]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using the cosmic analysis task from the PWG1 library avoiding the compilation with...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Nov 2009 13:33:14 +0000 (13:33 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Nov 2009 13:33:14 +0000 (13:33 +0000)
prod/acrcaf/qa/qa.C

index e1d703823fb408fc60b60b8d4edc598f95d73bdd..7f46d1616b5fa3f353beafeeadc2b73f6bb50ed0 100644 (file)
@@ -15,11 +15,10 @@ void qa(Int_t runNumber) {
   // Enable analysis libs
   gSystem->Load("libANALYSIS.so");
   gSystem->Load("libANALYSISalice.so");
+  gSystem->Load("libPWG1.so");
   gProof->Exec("gSystem->Load(\"libANALYSIS.so\");",kTRUE);
   gProof->Exec("gSystem->Load(\"libANALYSISalice.so\");",kTRUE);
-
-  gProof->Load(Form("%s/PWG1/cosmic/AliAnalysisTaskCosmic.cxx++g",
-                   gSystem->Getenv("ALICE_ROOT")));
+  gProof->Exec("gSystem->Load(\"libPWG1.so\");",kTRUE);
 
   //____________________________________________//
   // Make the analysis manager