]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- removed printf statement
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Mar 2011 12:06:04 +0000 (12:06 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Mar 2011 12:06:04 +0000 (12:06 +0000)
HLT/global/AliHLTGlobalHistoComponent.cxx

index 71137388d9682c3b43e12a71832906eb8d2acc69..7dc347c20d5946b6baf0a838617f7487ff46df05 100644 (file)
@@ -135,14 +135,10 @@ TTree* AliHLTGlobalHistoComponent::CreateTree(int /*argc*/, const char** /*argv*
 //     "px_2 "
 //     "py_2 "
 //   };
-  
-  //int fMaxTrackCount = 20000; // FIXME: make configurable
-  
+    
   //int maxV0Count    = 100000;
   //int maxUPCCount   = 1;
-  
-  printf("KKKKKKKKKKKKKKKK %d\n", fMaxTrackCount);
-    
+     
   if ((iResult=fTrackVariables.Init(fMaxTrackCount, trackVariableNames))<0) {
     HLTError("failed to initialize internal structure for track properties (float)");
   }