]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/SPDComparison.C
Update in cuts for Sigma* and update for lego_train macros (M.Vala)
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / SPDComparison.C
index 8c3ededa901f423b110e5f55f46626509e7e9401..1d8d30ec3a239c917f57d894dc081c5a45ab79a7 100644 (file)
@@ -61,7 +61,7 @@
  * @f$\eta@f$ range.  One can add (possibly overlapping) @f$\eta@f$
  * ranges by calling the member function AddBin 
  * 
- * @ingroup pwg2_forward_scripts
+ * @ingroup pwglf_forward_scripts
  */
 class SPDComparisonTask : public AliAnalysisTaskSE
 {
@@ -452,10 +452,10 @@ void
 SPDComparison(const char* esddir, Int_t nEvents=-1)
 {
   // --- Libraries to load -------------------------------------------
-  gROOT->Macro("$ALICE_ROOT/PWG2/FORWARD/analysis2/scripts/LoadLibs.C");
+  gROOT->Macro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/scripts/LoadLibs.C");
 
   // --- Our data chain ----------------------------------------------
-  gROOT->LoadMacro("$ALICE_ROOT/PWG2/FORWARD/analysis2/scripts/MakeChain.C");
+  gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/scripts/MakeChain.C");
   TChain* chain = MakeChain("ESD", esddir, true);
   // If 0 or less events is select, choose all 
   if (nEvents <= 0) nEvents = chain->GetEntries();
@@ -469,7 +469,7 @@ SPDComparison(const char* esddir, Int_t nEvents=-1)
   mgr->SetInputEventHandler(inputHandler);      
    
   // --- compile our code --------------------------------------------
-  gSystem->AddIncludePath("-I${ALICE_ROOT}/PWG2/FORWARD/analysis2 "
+  gSystem->AddIncludePath("-I${ALICE_ROOT}/PWGLF/FORWARD/analysis2 "
                           "-I${ALICE_ROOT}/ANALYSIS "
                           "-I${ALICE_ROOT}/include -DBUILD=1");
   gROOT->LoadMacro("./SPDComparison.C++g");