]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/trains/MakeAODTrain.C
Fixed references from PWG2 -> PWGLF - very efficiently done using ETags.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / trains / MakeAODTrain.C
index 3abc81cdcc4e7958a4067fbf62d65142822a4d71..3ac1c707a75eb6a558f49f201860318e9083bdfe 100644 (file)
@@ -5,7 +5,7 @@
  * 
  * @brief  Run first pass analysis - make AOD tree
  * 
- * @ingroup pwg2_forward_trains
+ * @ingroup pwglf_forward_trains
  */
 //====================================================================
 #include "TrainSetup.C"
@@ -25,8 +25,8 @@
  * t.Run("LOCAL", "FULL", -1, false, false);
  * @endcode 
  *
- * @ingroup pwg2_forward_aod
- * @ingroup pwg2_forward_trains
+ * @ingroup pwglf_forward_aod
+ * @ingroup pwglf_forward_trains
  */
 class MakeAODTrain : public TrainSetup
 {
@@ -112,10 +112,10 @@ protected:
     AliAnalysisManager::SetCommonFileName("forward.root");
 
     // --- Load libraries/pars ---------------------------------------
-    LoadLibrary("PWG2forward2", mode, par, true);
+    LoadLibrary("PWGLFforward2", mode, par, true);
     
     // --- Set load path ---------------------------------------------
-    gROOT->SetMacroPath(Form("%s:$(ALICE_ROOT)/PWG2/FORWARD/analysis2",
+    gROOT->SetMacroPath(Form("%s:$(ALICE_ROOT)/PWGLF/FORWARD/analysis2",
                             gROOT->GetMacroPath()));
 
     // --- Check if this is MC ---------------------------------------