]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDERawData.cxx
For test purposes check the presence of the configuration data in the $DAQDA_TEST_DIR
[u/mrichter/AliRoot.git] / ACORDE / AliACORDERawData.cxx
index 38b388225a27919b6738c80f9a50a7c54f695fbe..4ed2acec8714b18a7cd54409fdbfe5b19cae432d 100644 (file)
@@ -34,7 +34,7 @@
 #include "AliACORDERawData.h"
 #include "AliDAQ.h"
 #include "AliFstream.h"
-#include "AliRawDataHeader.h"
+#include "AliRawDataHeaderSim.h"
 
 
 ClassImp(AliACORDERawData)
@@ -83,7 +83,7 @@ void AliACORDERawData::WriteACORDERawData(Bool_t *b)
   AliFstream* fFile = new AliFstream(fileName);
 
   // write header
-  AliRawDataHeader header;
+  AliRawDataHeaderSim header;
   UInt_t header_position = fFile->Tellp();
   fFile->WriteBuffer((char*)(&header), sizeof(header));