]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use AliLog
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 01:27:40 +0000 (01:27 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 01:27:40 +0000 (01:27 +0000)
START/AliSTARTv1.cxx

index b7cef7a6fc89199bbdd1a7c954aadc19442a68a9..998c6bb40f0e330d8351f5bb0a38af3725449427 100755 (executable)
@@ -13,6 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
 
 /////////////////////////////////////////////////////////////////////
 //                                                                 //
@@ -225,7 +226,7 @@ void AliSTARTv1::CreateGeometry()
              
 // first ring: 12 units of Scintillator+PMT+divider
   Float_t  theta  = (180 / TMath::Pi()) * TMath::ATan(6.5 / zdetRight);
-  printf(" theta %f", theta);
+  AliInfo(Form("theta %f", theta));
   Float_t angle  = 2 * TMath::Pi() / 12;
   Float_t phi[3];