From: schutz Date: Tue, 20 Jan 2004 10:07:17 +0000 (+0000) Subject: Correct typo X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=4fbfb21c373aa70e96deed3610b0ef1c51e7ec32;p=u%2Fmrichter%2FAliRoot.git Correct typo --- diff --git a/EMCAL/AliEMCALClusterizerv1.cxx b/EMCAL/AliEMCALClusterizerv1.cxx index e011f35c419..983703d2ff2 100644 --- a/EMCAL/AliEMCALClusterizerv1.cxx +++ b/EMCAL/AliEMCALClusterizerv1.cxx @@ -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 ) ; } }