]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New files for folder and stack
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Jun 2001 07:07:41 +0000 (07:07 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Jun 2001 07:07:41 +0000 (07:07 +0000)
TPC/AliTPCv0.cxx
TPC/AliTPCv1.cxx
TPC/AliTPCv3.cxx

index 6908583e5ffe4ae6c00e2a91c269ef05ef0c8686..131453b9292996740f4a8ecf42808cfd7e57904d 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.26  2001/05/08 16:03:06  kowal2
+Geometry update according to the latest technical spec.
+
 Revision 1.25  2001/04/27 15:23:06  kowal2
 Correct materian in the central part of the inner containment vessel
 
@@ -1655,7 +1658,10 @@ void AliTPCv0::Init()
   //
   // Initialise Time Projection Chamber version 0
   //
-  printf("TPC version 0 initialized\n");
+  printf("%s: *** TPC version 0 initialized***\n",ClassName()); 
+
+  //  printf("TPC version 0 initialized\n");
 }
 
 //_____________________________________________________________________________
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");
 }
 
 //_____________________________________________________________________________
index 4b2d46a287004cdca0695f45636386b56f2ebf27..1645e7bce16f44734a4388462b4529eb9b4d8cae 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.27  2001/05/08 16:03:06  kowal2
+Geometry update according to the latest technical spec.
+
 Revision 1.26  2001/04/27 15:23:07  kowal2
 Correct materian in the central part of the inner containment vessel
 
@@ -1689,8 +1692,12 @@ void AliTPCv3::Init()
 
   gMC->Gstpar(idtmed[2],"LOSS",5);
 
-  printf("*** TPC version 3 initialized ***\n");
-  printf("Maximum number of steps = %d\n",gMC->GetMaxNStep());
+  printf("%s: *** TPC version 3 initialized***\n",ClassName());
+
+  printf("%s: Maximum number of steps = %d\n",ClassName(),gMC->GetMaxNStep());
+
+  // printf("*** TPC version 3 initialized ***\n");
+  // printf("Maximum number of steps = %d\n",gMC->GetMaxNStep());
 
   //