]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/AliAnalysisHelperJetTasks.h
Correcting the expected string to VZERO, it was V0, for accessing survey objects...
[u/mrichter/AliRoot.git] / PWG4 / AliAnalysisHelperJetTasks.h
1 #ifndef  ALIANALYSISHELPERJETTASKS_H
2 #define  ALIANALYSISHELPERJETTASKS_H
3
4
5 #include "TObject.h"
6 class AliMCEvent;
7 class AliGenPythiaEventHeader;
8
9 // Helper Class that contains a lot of usefull static functions (i.e. for Flavor selection.
10
11 class AliAnalysisHelperJetTasks : public TObject {
12  public:
13   AliAnalysisHelperJetTasks() : TObject() {;}
14   virtual ~AliAnalysisHelperJetTasks(){;}
15   
16   static AliGenPythiaEventHeader*  GetPythiaEventHeader(AliMCEvent *mcEvent);
17   static void PrintStack(AliMCEvent *mcEvent,Int_t iFirst = 0,Int_t iLast = 0,Int_t iMaxPrint = 10);
18   
19
20   private:
21   
22   ClassDef(AliAnalysisHelperJetTasks, 1) // 
23 };
24
25 #endif // ALIANALYSISHELPERJETTASKS_H