]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correct the name of the library
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jan 2012 14:25:23 +0000 (14:25 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jan 2012 14:25:23 +0000 (14:25 +0000)
PWG/PROOF-INF.PWGCaloTrackCorrBase/SETUP.C

index 2187a4abb48c54db18f0f946299f37ae1cfb57a8..30439ab486fe46d86fd7cda8e300ca5f7baf4d15 100755 (executable)
@@ -2,14 +2,14 @@ void SETUP()
 {
 
    // Load the ESD library
-   //gSystem->Load("libPWGGACaloTrackCorrBase");
+   //gSystem->Load("libPWGCaloTrackCorrBase");
    TString ocwd = gSystem->WorkingDirectory();
-   gSystem->Load(ocwd+"/libPWGGACaloTrackCorrBase.so");
+   gSystem->Load(ocwd+"/libPWGCaloTrackCorrBase.so");
 
    // Set the Include paths
-   gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGGACaloTrackCorrBase");
-   gROOT->ProcessLine(".include PWGGACaloTrackCorrBase/CaloTrackCorrBase");
+   gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGCaloTrackCorrBase");
+   gROOT->ProcessLine(".include PWGCaloTrackCorrBase/CaloTrackCorrBase");
 
    // Set our location, so that other packages can find us
-   gSystem->Setenv("PWGGACaloTrackCorrBase_INCLUDE", "PWGGACaloTrackCorrBase/CaloTrackCorrBase");
+   gSystem->Setenv("PWGCaloTrackCorrBase_INCLUDE", "PWGCaloTrackCorrBase/CaloTrackCorrBase");
 }