X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFRawStream.h;h=ae79240b57c3ffa7edd9f62c00eb8d529096e9ac;hb=a9137e3150b2fb076961e7427f4e40b8573981d4;hp=23aae460470e56e70e61644beaf01abe49e2df10;hpb=e07d7cf96918dd9c8e59c0eca2d47ae975f2f9bd;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFRawStream.h b/TOF/AliTOFRawStream.h index 23aae460470..ae79240b57c 100644 --- a/TOF/AliTOFRawStream.h +++ b/TOF/AliTOFRawStream.h @@ -436,8 +436,8 @@ class AliTOFRawStream: public TObject { Int_t GetLocalEventCounterChain(Int_t trm, Int_t chain) {return fLocalEventCounterChain[trm][chain];}; // getter for the chain event counter Int_t GetChainBunchID(Int_t trm, Int_t chain) {return fChainBunchID[trm][chain];}; // getter for the chain BC ID - void EquipmentId2VolumeId(Int_t nDDL, Int_t nTRM, Int_t iChain, - Int_t iTDC, Int_t iCH, Int_t *volume) const; + static void EquipmentId2VolumeId(Int_t nDDL, Int_t nTRM, Int_t iChain, + Int_t iTDC, Int_t iCH, Int_t *volume); void EquipmentId2VolumeId(AliTOFHitData *hitData, Int_t *volume) const; static Int_t Equip2VolNplate(Int_t iDDL, Int_t nTRM, Int_t nTDC); static Int_t Equip2VolNstrip(Int_t iDDL, Int_t nTRM, Int_t nTDC);