]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for bug# 61113. The digits are stored now in units of ns.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jan 2010 10:58:29 +0000 (10:58 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jan 2010 10:58:29 +0000 (10:58 +0000)
VZERO/AliVZERODigitizer.cxx

index 955326914ffa373f865752760744b5eb7684504d..2a857b59066b0d03aa798e0b2112c7832fd18507 100644 (file)
@@ -301,7 +301,7 @@ void AliVZERODigitizer::Exec(Option_t* /*option*/)
 //                    outRunLoader->GetEventNumber(),i, adc[i], Int_t((time2[i]*10.0) +0.5));
 //           multiply by 10 to have 100 ps per channel :
                  
-                 AddDigit(i, adc[i], (time2[i]*10.0) ) ;
+                 AddDigit(i, adc[i], time2[i] ) ;
          }      
    }
   treeD->Fill();