]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/dNdEta/AlidNdEtaSystematicsSelector.cxx
fixing warnings
[u/mrichter/AliRoot.git] / PWG0 / dNdEta / AlidNdEtaSystematicsSelector.cxx
index 20ca14a2e9e80affd83a3ca93412d1aacc4aff04..0a52ae7cb8582c983b371ef2ab3705612e48a492 100644 (file)
@@ -21,9 +21,8 @@
 #include <../STEER/AliGenPythiaEventHeader.h>
 #include <../STEER/AliGenCocktailEventHeader.h>
 
-#include "esdTrackCuts/AliESDtrackCuts.h"
+#include "AliESDtrackCuts.h"
 #include "AliPWG0Helper.h"
-#include "AliPWG0depHelper.h"
 #include "dNdEta/AlidNdEtaCorrection.h"
 
 ClassImp(AlidNdEtaSystematicsSelector)
@@ -223,7 +222,7 @@ Bool_t AlidNdEtaSystematicsSelector::Process(Long64_t entry)
   }
   
   // getting process information NB: this only works for Pythia !!!
-  Int_t processtype = AliPWG0depHelper::GetPythiaEventProcessType(header);
+  Int_t processtype = AliPWG0Helper::GetPythiaEventProcessType(header);
 
   // can only read pythia headers, either directly or from cocktalil header
   AliGenEventHeader* genHeader = (AliGenEventHeader*)(header->GenEventHeader());
@@ -392,7 +391,7 @@ Bool_t AlidNdEtaSystematicsSelector::Process(Long64_t entry)
     }
 
     // find primary particle that created this particle
-    TParticle* mother = AliPWG0depHelper::FindPrimaryMother(stack, label);
+    TParticle* mother = AliPWG0Helper::FindPrimaryMother(stack, label);
     if (!mother)
       continue;