]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/AliPWG0depHelper.h
Reconstruction QA by Sylwester
[u/mrichter/AliRoot.git] / PWG0 / AliPWG0depHelper.h
1 /* $Id$ */
2
3 #ifndef ALIPWG0DEPHELPER_H
4 #define ALIPWG0DEPHELPER_H
5
6 #include <TObject.h>
7
8 // static helper functions that depend on more than ESD
9
10 class AliHeader;
11
12 class AliPWG0depHelper : public TObject
13 {
14   public:
15     static const Int_t GetPythiaEventProcessType(AliHeader* aHeader, Bool_t adebug = kFALSE);
16
17   protected:
18     ClassDef(AliPWG0depHelper, 0)
19
20   private:
21     AliPWG0depHelper(const AliPWG0depHelper&);
22     AliPWG0depHelper& operator=(const AliPWG0depHelper&);
23 };
24
25 #endif
26