]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv1.cxx
Made file static to be able to do file->cd in GetInstance
[u/mrichter/AliRoot.git] / TPC / AliTPCv1.cxx
index d7006fb23bebed9e9fc8923cf8ea8570299966b1..b0838f68423709656ba1bc9056c0d29cf6440487 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.29  2001/05/08 16:03:06  kowal2
+Geometry update according to the latest technical spec.
+
 Revision 1.28  2001/04/27 15:23:07  kowal2
 Correct materian in the central part of the inner containment vessel
 
@@ -1787,7 +1790,9 @@ void AliTPCv1::Init()
   fIdLSec=gMC->VolId("TPLS"); // lower sector
   fIdUSec=gMC->VolId("TPUS"); // upper sector
 
-  printf("TPC version 1 initialized\n");
+  printf("%s: *** TPC version 1 initialized***\n",ClassName());
+
+  // printf("TPC version 1 initialized\n");
 }
 
 //_____________________________________________________________________________