]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
the file was wrong
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Feb 2007 14:12:53 +0000 (14:12 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Feb 2007 14:12:53 +0000 (14:12 +0000)
ESDCheck/PROOF-INF.AnalysisCheck/SETUP.C

index d63773cc17aa4c11a69ea6fd91ed8855d4694871..522d1563b4fa992c07f4e91874afcc00759bfc71 100644 (file)
@@ -2,12 +2,12 @@ void SETUP()
 {
 
    // Load the ESD library
-   gSystem->Load("libAnalysisCheck");
+   gSystem->Load("libPWG4Gamma");
 
    // Set the Include paths
-   gSystem->SetIncludePath("-I$ROOTSYS/include -IAnalysisCheck");
-   gROOT->ProcessLine(".include AnalysisCheck");
+   gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4Gamma");
+   gROOT->ProcessLine(".include PWG4Gamma");
 
    // Set our location, so that other packages can find us
-   gSystem->Setenv("AnalysisCheck_INCLUDE", "AnalysisCheck");
+   gSystem->Setenv("PWG4Gamma_INCLUDE", "PWG4Gamma");
 }