From 13a8c8d7d5fd827c3680d8357293e9d9b06cde3f Mon Sep 17 00:00:00 2001 From: kowal2 Date: Tue, 12 Jun 2001 07:07:41 +0000 Subject: [PATCH] New files for folder and stack --- TPC/AliTPCv0.cxx | 8 +++++++- TPC/AliTPCv1.cxx | 7 ++++++- TPC/AliTPCv3.cxx | 11 +++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/TPC/AliTPCv0.cxx b/TPC/AliTPCv0.cxx index 6908583e5ff..131453b9292 100644 --- a/TPC/AliTPCv0.cxx +++ b/TPC/AliTPCv0.cxx @@ -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"); } //_____________________________________________________________________________ diff --git a/TPC/AliTPCv1.cxx b/TPC/AliTPCv1.cxx index d7006fb23be..b0838f68423 100644 --- a/TPC/AliTPCv1.cxx +++ b/TPC/AliTPCv1.cxx @@ -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"); } //_____________________________________________________________________________ diff --git a/TPC/AliTPCv3.cxx b/TPC/AliTPCv3.cxx index 4b2d46a2870..1645e7bce16 100644 --- a/TPC/AliTPCv3.cxx +++ b/TPC/AliTPCv3.cxx @@ -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()); // -- 2.43.0