]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Always return time=1
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 May 2008 11:07:23 +0000 (11:07 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 May 2008 11:07:23 +0000 (11:07 +0000)
PHOS/AliPHOSRawDecoder.cxx

index 9184b4fd6790b5f7b9300fd667299ee44075f708..05b46b0e16f2de1203d6ce9d0e7161ad77dbc3d1 100644 (file)
@@ -190,6 +190,7 @@ Bool_t AliPHOSRawDecoder::NextDigit()
 
      fLowGainFlag = in->IsLowGain();
 //     fTime =   in->GetTime();
+     fTime = 1;
      fModule = in->GetModule()+1;
      fRow    = in->GetRow()   +1;
      fColumn = in->GetColumn()+1;