]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/recTPC.C
composition of the Alluminum alloy that constitutes the ITS-TPC support rings updated...
[u/mrichter/AliRoot.git] / TPC / recTPC.C
index 49087a568e6c07a10b60b1d5e7a397f2502d2905..de411864d36b67f3f92824721fdfd9af78bddb27 100644 (file)
@@ -20,7 +20,7 @@ void recTPC(Int_t type, const char *filename="data.root")
   //
   // Set reconstruction parameters
   //
-  AliLog::SetClassDebugLevel("AliTPCclustererMI",2);
+  AliLog::SetClassDebugLevel("AliTPCclusterer",2);
   AliTPCRecoParam * tpcRecoParam = 0;
   if (type==0)  tpcRecoParam = AliTPCRecoParam::GetCosmicTestParam(kTRUE);
   if (type>0)  tpcRecoParam = AliTPCRecoParam::GetLaserTestParam(kTRUE);
@@ -60,7 +60,7 @@ void recTracking(Int_t type, const char *filename="data.root")
   //
   // Set reconstruction parameters
   //
-  AliLog::SetClassDebugLevel("AliTPCclustererMI",2);
+  AliLog::SetClassDebugLevel("AliTPCclusterer",2);
 
   AliTPCRecoParam * tpcRecoParam = 0;
   if (type==0)  tpcRecoParam = AliTPCRecoParam::GetCosmicTestParam(kTRUE);