]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/RCU/AliHLTAltroGenerator.h
Update master to aliroot
[u/mrichter/AliRoot.git] / HLT / RCU / AliHLTAltroGenerator.h
index 35375305bce1e78cdd46dc0274bd84d6ac2c8640..6fae0b3f5594b6761825c60e4b6df5685c00a040 100644 (file)
@@ -24,7 +24,7 @@
 #include <vector>
 #include <ostream>
 
-class AliRawDataHeader;
+struct AliRawDataHeaderV3;
 class TArrayS;
 class TArrayC;
 class TRandom;
@@ -103,7 +103,7 @@ class AliHLTAltroGenerator : AliHLTLogging {
    * @param size        size of the header in byte
    * @return neg. error code if failed
    */
-  int SetCDH(AliRawDataHeader* pCDH, int size);
+  int SetCDH(AliRawDataHeaderV3* pCDH, int size);
 
   /**
    * Set the RCU trailer.
@@ -259,7 +259,7 @@ class AliHLTAltroGenerator : AliHLTLogging {
   int fNof10BitWords; //! transient
 
   /// the Common Data Header
-  AliRawDataHeader* fpCDH; //!transient
+  AliRawDataHeaderV3* fpCDH; //!transient
 
   /// size of the Common Data Header in byte
   int fCDHSize; //! transient