]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bug fix: Ambiguous Abs() operator
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Nov 2012 16:23:28 +0000 (16:23 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Nov 2012 16:23:28 +0000 (16:23 +0000)
HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.cxx

index ce8faec0a381559cb312f8230f1d37a0a0181e39..196246aed169b358d0594268edc1984a7743028a 100644 (file)
@@ -184,7 +184,7 @@ int AliHLTTPCHWClusterTransformComponent::DoEvent(const AliHLTComponentEventData
   // Initialise the transformation here once more for the case of off-line reprocessing
   if( !fgTimeInitialisedFromEvent ){
     Long_t currentTime = static_cast<AliHLTUInt32_t>(time(NULL));
-    UInt_t eventTimeStamp = GetTimeStamp();
+    Long_t eventTimeStamp = GetTimeStamp();
     if( TMath::Abs( fgTransform.GetCurrentTimeStamp() - eventTimeStamp )>60 && 
        TMath::Abs( currentTime - eventTimeStamp)>60*60*5 ){
       int err = fgTransform.SetCurrentTimeStamp( eventTimeStamp );