X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCDDLRawData.h;h=ea602e9c5c3765fae5828cc88b52730f68657a70;hb=c9bd9d3d688c14ba8f227ba8907ee2b71dbe2d7d;hp=5dede2347c3f1ce685dceae19ea0b076a8b8dc02;hpb=d08bd34600e0fb09e8868e2b65cbe00a3a60b997;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCDDLRawData.h b/TPC/AliTPCDDLRawData.h index 5dede2347c3..ea602e9c5c3 100644 --- a/TPC/AliTPCDDLRawData.h +++ b/TPC/AliTPCDDLRawData.h @@ -15,14 +15,14 @@ class AliTPCDDLRawData:public TObject{ virtual ~AliTPCDDLRawData(){;}//destructor AliTPCDDLRawData(const AliTPCDDLRawData &source); // copy constructor AliTPCDDLRawData& operator=(const AliTPCDDLRawData &source); // ass. op. - void RawData(Int_t LDCsNumber); + void RawData(Int_t LDCsNumber,Int_t EventNumber); //This method is used to create the slides (sequence of files) - Int_t RawDataCompDecompress(Int_t LDCsNumber,Int_t Comp=0); + Int_t RawDataCompDecompress(Int_t LDCsNumber,Int_t EventNumber,Int_t Comp=0); //This method is used to create the compressed slides starting from the uncompressed ones //or it can be used to decompress a sequence of compressed slices void RawDataAltro()const; //This method is used to create the Altro format file from "AliTPCDDL.dat" - void RawDataAltroDecode(Int_t LDCsNumber,Int_t Comp=0); + void RawDataAltroDecode(Int_t LDCsNumber,Int_t EventNumber,Int_t Comp=0); //This method is used to construct an Altro format file starting from //the slices compressed or uncompressed void SetVerbose(Int_t Verbose){fVerbose=Verbose;}