From: alla Date: Fri, 7 Nov 2008 13:57:59 +0000 (+0000) Subject: removed warnings X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=62b80e9d0c37192afed892aa6077cf1e11e5f840;p=u%2Fmrichter%2FAliRoot.git removed warnings --- diff --git a/T0/AliT0RawData.cxx b/T0/AliT0RawData.cxx index c378e39beeb..875c5650801 100644 --- a/T0/AliT0RawData.cxx +++ b/T0/AliT0RawData.cxx @@ -280,24 +280,6 @@ void AliT0RawData::GetDigits(AliT0digit *fDigits) delete allData; } -//------------------------------------------------------------------------------ -void AliT0RawData::PackWord(UInt_t &BaseWord, UInt_t Word, Int_t StartBit, Int_t StopBit) -{ - - // Build mask - Int_t len=StopBit-StartBit+1; - UInt_t mask=0; - for(Int_t jb=0; jb mask){ - Error("PackWord", "Word to be filled is not within desired length\n" - "Word:%d Start bit:%d Stop Bit:%d",Word,StartBit,StopBit); - return; - } - BaseWord=(BaseWord&~(mask<