]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChainKine.h
Fixing the .par file creation for PWG2femtoscopy, PWG2femtoscopyUser and PWG2AOD
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoEventReaderESDChainKine.h
index fe715018c18384f47da97499aef259cd1bfcf800..4832dd0e23eb34d82cda157b76f116b6a561ad6f 100644 (file)
@@ -19,6 +19,7 @@
 #include <AliESDfriend.h>
 #include <AliStack.h>
 #include <list>
+#include <AliGenEventHeader.h>
 
 class AliFemtoEvent;
 
@@ -38,6 +39,7 @@ class AliFemtoEventReaderESDChainKine : public AliFemtoEventReader
 
   void SetESDSource(AliESDEvent *aESD);
   void SetStackSource(AliStack *aStack);
+  void SetGenEventHeader(AliGenEventHeader *aGenHeader);
 
  protected:
 
@@ -49,6 +51,7 @@ class AliFemtoEventReaderESDChainKine : public AliFemtoEventReader
   unsigned int   fCurFile;       // number of current file
   AliESDEvent*   fEvent;         // ESD event
   AliStack      *fStack;         // Kinematics stack pointer
+  AliGenEventHeader *fGenHeader; // Link to the generator event header
 
 #ifdef __ROOT__
   ClassDef(AliFemtoEventReaderESDChainKine, 1)