X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=TOF%2FAliTOFDDLRawData.h;h=84309fb1bb4a2889d2c4efa8f15d4d33027a34cd;hb=eac864bce9006dffa9210a3f96fba5a2697ee126;hp=cf84c72b707e2c426f411a7b495c3a91737d81f8;hpb=177b002e56fb0a451864a45e793ae71ffd4ccd52;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFDDLRawData.h b/TOF/AliTOFDDLRawData.h index cf84c72b707..84309fb1bb4 100644 --- a/TOF/AliTOFDDLRawData.h +++ b/TOF/AliTOFDDLRawData.h @@ -1,5 +1,5 @@ -#ifndef AliTOFDDLRAWDATA_H -#define AliTOFDDLRAWDATA_H +#ifndef ALITOFDDLRAWDATA_H +#define ALITOFDDLRAWDATA_H /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -52,12 +52,12 @@ class AliTOFDDLRawData:public TObject { void MakeLTMtrailer(UInt_t *buf); void MakeTRMheader(Int_t nTRM, UInt_t *buf); void MakeTRMtrailer(UInt_t *buf); - void MakeTRMfiller(UInt_t *buf, UInt_t nWordsPerTRM); + void MakeTRMfiller(UInt_t *buf); void MakeTRMchainHeader(Int_t iChain, Int_t nTRM, UInt_t *buf); void MakeTRMchainTrailer(Int_t iChain, UInt_t *buf); - void MakeTDCdigits(Int_t nDDL, Int_t nTRM, Int_t iChain, UInt_t *buf, UInt_t &nWordsPerTRM); + void MakeTDCdigits(Int_t nDDL, Int_t nTRM, Int_t iChain, UInt_t *buf); - UInt_t MakeFiller(); + UInt_t MakeFiller() const; Bool_t HeadOrTail() const; @@ -77,12 +77,12 @@ class AliTOFDDLRawData:public TObject { TClonesArray *fTOFdigitArray; //Pointer to the TOF digits - //AliTOFRawStream *fTOFrawStream; //Pointer to the AliTOFRawStream class + Int_t fWordsPerDRM; + Int_t fWordsPerTRM; + Int_t fWordsPerChain; - //AliTOFCableLengthMap *fTOFCableLengthMap; // Pointer to the map of Amphenol cable length - - ClassDef(AliTOFDDLRawData,3) + ClassDef(AliTOFDDLRawData,4) }; -#endif +#endif // ALITOFDDLRAWDATA_H