]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreClusterFinderV3.cxx
Redefinition of macro to avoid warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONPreClusterFinderV3.cxx
index d95f815c5ee6a40b8e20f83c6f2ca645190dc216..bfb209680c3534dc47240d36fed654815312ceaf 100644 (file)
@@ -252,7 +252,7 @@ AliMUONPreClusterFinderV3::MakeClusters()
 {
   /// Associate (proto)preclusters to form (pre)clusters
   
-//  AliCodeTimerAuto("")
+//  AliCodeTimerAuto("",)
   
   for ( Int_t cathode = 0; cathode < 2; ++cathode ) 
   {
@@ -277,7 +277,7 @@ AliMUONPreClusterFinderV3::MakeCathodePreClusters(Int_t cathode)
 {
   /// Build (proto)preclusters from digits on a given cathode
   
-//  AliCodeTimerAuto(Form("Cathode %d",cathode))
+//  AliCodeTimerAuto(Form("Cathode %d",cathode),)
   
   while ( fPads[cathode]->GetLast() > 0  )
   {