]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawHLTManager.h
Updated AliGenReader and AliGenExtFile to allow for the reader to seed an AliGenEvent...
[u/mrichter/AliRoot.git] / RAW / AliRawHLTManager.h
index f8ea55c4de593e637fc85d072dcd3c6893d04597..a5d1b440c3a5e1b83c58ccfea121f2bc4020857b 100644 (file)
 // refer to README to build package
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
-
 class AliRawReader;
 #include "TObject.h"
+
+extern "C" {
+  typedef AliRawReader* (*AliRawReaderHLTCreateInstance_t)(AliRawReader* pParentReader, const char* options);
+}
                         
 /**
  * @class AliRawHLTManager
@@ -67,11 +71,19 @@ class AliRawHLTManager {
   static int fLibraryStatus; //!transient
 
   /** entry in the HOMER library */
-  static void* fFctCreateRawReaderHLT; //!transient
+  static AliRawReaderHLTCreateInstance_t fFctCreateRawReaderHLT; //!transient
 
   /** entry in the HOMER library */
   static void* fFctCreateRawStream; //!transient
 
   ClassDef(AliRawHLTManager, 0)
 };
+
+// those definitions have been copied one to one from rec/AliRawReaderHLT.h
+// to avoid including this header file
+#define ALIHLTREC_LIBRARY                   "libHLTrec.so"
+#define ALIHLTREC_LIBRARY_VERSION           0
+#define ALIRAWREADERHLT_CREATE_INSTANCE     "AliRawReaderHLTCreateInstance"
+
+
 #endif //ALIRAWHLTMANAGER_H