]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCCFComparisonComponent.cxx
reverting r45444 to disentangle modules and make porting possible
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCCFComparisonComponent.cxx
index 027be6e16354fd3c8e0e75b253eac2ce85178741..6676393634a0759916a4b6a81290fb16610a4bf7 100644 (file)
@@ -382,7 +382,7 @@ int AliHLTTPCCFComparisonComponent::ScanConfigurationArgument(int argc, const ch
   if (argument.CompareTo("-event-modulo")==0) {
     if (++i>=argc) return -EPROTO;
     argument=argv[i];
   if (argument.CompareTo("-event-modulo")==0) {
     if (++i>=argc) return -EPROTO;
     argument=argv[i];
-    fEvtMod=argument.Atoi();
+    fEvtMod=argument.Atof();
     return 2;
   }    
 
     return 2;
   }    
 
@@ -390,7 +390,7 @@ int AliHLTTPCCFComparisonComponent::ScanConfigurationArgument(int argc, const ch
   if (argument.CompareTo("-buffer-size")==0) {
     if (++i>=argc) return -EPROTO;
     argument=argv[i];
   if (argument.CompareTo("-buffer-size")==0) {
     if (++i>=argc) return -EPROTO;
     argument=argv[i];
-    fBufferSize=argument.Atoi();
+    fBufferSize=argument.Atof();
     return 2;
   }    
    
     return 2;
   }