]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnalysisHelperJetTasks.h
bugfix: correctly handle steering events in order to avoid warning 'Data source compo...
[u/mrichter/AliRoot.git] / PWG4 / AliAnalysisHelperJetTasks.h
index 7f437e74af9e135e567970038d0752b0a107c932..b8a9361b8f16fcec47a7a2258b5a1cb3be7f9c36 100644 (file)
@@ -14,6 +14,7 @@ class AliAnalysisHelperJetTasks : public TObject {
   virtual ~AliAnalysisHelperJetTasks(){;}
   
   static AliGenPythiaEventHeader*  GetPythiaEventHeader(AliMCEvent *mcEvent);
+  static void PrintStack(AliMCEvent *mcEvent,Int_t iFirst = 0,Int_t iLast = 0,Int_t iMaxPrint = 10);
   
 
   private: