From 7193a8237145e21cbed7cec703df5694ae333557 Mon Sep 17 00:00:00 2001 From: masera Date: Thu, 11 Nov 2004 11:05:27 +0000 Subject: [PATCH 1/1] Compatibility with raw data from the beam test --- ITS/AliITSDDLRawData.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ITS/AliITSDDLRawData.cxx b/ITS/AliITSDDLRawData.cxx index 3abd408900a..fdfdd516c29 100644 --- a/ITS/AliITSDDLRawData.cxx +++ b/ITS/AliITSDDLRawData.cxx @@ -322,7 +322,6 @@ Int_t AliITSDDLRawData::RawDataSPD(TBranch* branch){ UInt_t currentFilePosition=outfile.tellp(); outfile.seekp(dataHeaderPosition); header.fSize=currentFilePosition-dataHeaderPosition; - header.SetAttribute(0); // valid data outfile.write((char*)(&header),sizeof(header)); outfile.close(); }//end for @@ -435,12 +434,13 @@ Int_t AliITSDDLRawData::RawDataSDD(TBranch* branch){ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -void AliITSDDLRawData::WriteChipHeader(Int_t ChipAddr,Int_t EventCnt,UInt_t &BaseWord){ +void AliITSDDLRawData::WriteChipHeader(Int_t ChipAddr,Int_t /*EventCnt*/,UInt_t &BaseWord){ //This method writes a chip header //cout<<"Chip: "<