]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct typo
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jan 2004 10:07:17 +0000 (10:07 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jan 2004 10:07:17 +0000 (10:07 +0000)
EMCAL/AliEMCALClusterizerv1.cxx

index e011f35c419152cc1d6c6b143e35a9763f2cbbdd..983703d2ff2ea94bcb535bc7455e7749ff9bce6e 100644 (file)
@@ -161,7 +161,7 @@ void AliEMCALClusterizerv1::Exec(Option_t * option)
   if(strstr(option,"tim")){
     gBenchmark->Stop("EMCALClusterizer");
     printf("Exec took %f seconds for Clusterizing %f seconds per event", 
-        gBenchmark->GetCpuTime("EMCALClusterizer"), gBenchmark->GetCpuTime("EMCALClusterizer")/nevents ) ;
+        gBenchmark->GetCpuTime("EMCALClusterizer"), gBenchmark->GetCpuTime("EMCALClusterizer")/nEvents ) ;
   }
 }