Corrected bug in the TPC geometry, thanks to Ivana Hrivnacova
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 May 2000 10:00:30 +0000 (10:00 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 May 2000 10:00:30 +0000 (10:00 +0000)
TPC/AliTPCv0.cxx
TPC/AliTPCv1.cxx
TPC/AliTPCv2.cxx
TPC/AliTPCv3.cxx

index 8b6e1b8b7db8f2593ba89cdc4f90171eb24cf2c4..3701f183db7b50402bd2083d0e1ac910786941cc 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.14  2000/04/17 09:37:33  kowal2
+removed obsolete AliTPCDigitsDisplay.C
+
 Revision 1.13.8.2  2000/04/10 08:33:44  kowal2
 
 Updated readout chambers
@@ -370,16 +373,7 @@ void AliTPCv0::CreateGeometry()
 
   gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY");
 
-
-  // G10 plugs
-
-  dm[0] = 258.;
-  dm[1] = 260.;
-  dm[2] = 1.;
-
-  gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3);
-  gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY");
-  gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY");  
 
   gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY");
 
index 4240ad84ac0b32dcef57af139e6d10119b6182d3..5bd6aa48b6fc717baf664f4e3b70661264405a09 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  2000/04/17 09:37:33  kowal2
+removed obsolete AliTPCDigitsDisplay.C
+
 Revision 1.15.8.2  2000/04/10 08:29:48  kowal2
 
 Different pad geometry for different sectors
@@ -550,15 +553,7 @@ void AliTPCv1::CreateGeometry()
   gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY");
 
 
-  // G10 plugs
-
-  dm[0] = 258.;
-  dm[1] = 260.;
-  dm[2] = 1.;
-
-  gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3);
-  gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY");
-  gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY");  
 
   gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY");
 
index 7fa8c4e57a4eacbe11e4d7c99d8f01bc43a5c53e..fd6db7c9790c91401d07cc4236d812228b76bd82 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.20  2000/04/17 09:37:33  kowal2
+removed obsolete AliTPCDigitsDisplay.C
+
 Revision 1.19.8.2  2000/04/10 08:31:52  kowal2
 
 Different geometry for different sectors
@@ -663,15 +666,6 @@ void AliTPCv2::CreateGeometry()
   gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY");
 
 
-  // G10 plugs
-
-  dm[0] = 258.;
-  dm[1] = 260.;
-  dm[2] = 1.;
-
-  gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3);
-  gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY");
-  gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY");  
 
   gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY");
 
index 6c2a49e67b14a02323d821495c0175d5089b2443..91204433d93cfc3e597ebb3c2f5ffff93198fd2a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  2000/04/17 09:37:33  kowal2
+removed obsolete AliTPCDigitsDisplay.C
+
 Revision 1.11.8.2  2000/04/10 08:36:12  kowal2
 
 Updated readout chambers
@@ -370,15 +373,6 @@ void AliTPCv3::CreateGeometry()
   gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY");
 
 
-  // G10 plugs
-
-  dm[0] = 258.;
-  dm[1] = 260.;
-  dm[2] = 1.;
-
-  gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3);
-  gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY");
-  gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY");  
 
   gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY");