]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/corrs/DrawCorrCentralSecMap2.C
Fixed references from PWG2 -> PWGLF - very efficiently done using ETags.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / corrs / DrawCorrCentralSecMap2.C
index b56e04f989efafca8e16d6e1f72b511de79894c5..0869cf9b21ca95e5f46f92d09d6b43132d48ef3e 100644 (file)
@@ -3,14 +3,14 @@
  * 
  * Scripts to draw energy loss fits from correction object file 
  *
- * @ingroup pwg2_forward_scripts_corr
+ * @ingroup pwglf_forward_scripts_corr
  */
 /** 
  * Clear canvas 
  * 
  * @param c Canvas to clear 
  *
- * @ingroup pwg2_forward_scripts_corr
+ * @ingroup pwglf_forward_scripts_corr
  */
 void
 ClearCanvas(TCanvas* c)
@@ -25,9 +25,9 @@ ClearCanvas(TCanvas* c)
 void
 LoadLibraries()
 {
-  const char* test = gSystem->GetLibraries("PWG2forward2","D",false);
+  const char* test = gSystem->GetLibraries("PWGLFforward2","D",false);
   if (test && test[0] != '\0') return;
-  gROOT->Macro("$ALICE_ROOT/PWG2/FORWARD/analysis2/scripts/LoadLibs.C");
+  gROOT->Macro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/scripts/LoadLibs.C");
 }
 
 /** 
@@ -46,7 +46,7 @@ LoadLibraries()
  * @param option    Drawing options 
  * @param tracklets Tracklets flag
  *
- * @ingroup pwg2_forward_scripts_corr
+ * @ingroup pwglf_forward_scripts_corr
  */
 void
 DrawCorrCentralSecMap2(const char* fname, const char* option="colz", bool tracklets=true)