]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSvPPRcoarsesymm.cxx
Streamers removed (R.Brun)
[u/mrichter/AliRoot.git] / ITS / AliITSvPPRcoarsesymm.cxx
index 41ebeb3d99a5f9b6c5bd56d5c695e8b1bf83d8bc..3a267a8ffa780d1fe89c5af9a7e4c4ebbe1da5a0 100644 (file)
 
 /*
 $Log$
+Revision 1.14  2001/01/17 07:41:29  barbera
+Some media parameters modified
+
+Revision 1.13  2001/01/15 13:13:52  barbera
+Some comments added
+
 Revision 1.12  2000/12/10 16:00:44  barbera
 Added last definition of special media like end-ladder boxes and cones
 
@@ -472,7 +478,7 @@ void AliITSvPPRcoarsesymm::CreateGeometry(){
   pcits[2] = 8.5+0.1;
   pcits[3] = 28.;
   pcits[4] = 28.+0.1;  
-  gMC->Gsvolu("ICO1", "CONE", idtmed[274], pcits, 5);    
+  gMC->Gsvolu("ICO1", "CONE", idtmed[238], pcits, 5);    
   AliMatrix(idrotm[200], 90., 0., 90., 90., 180., 0.);
   gMC->Gspos("ICO1", 1, "ITSD", 0., 0., 42.5+pcits[0], 0, "ONLY");
   gMC->Gspos("ICO1", 2, "ITSD", 0., 0., -(42.5+pcits[0]), idrotm[200], "ONLY");  
@@ -492,7 +498,7 @@ void AliITSvPPRcoarsesymm::CreateGeometry(){
   pcits[2] = 28.+0.1;
   pcits[3] = 47.;
   pcits[4] = 47.+0.1;
-  gMC->Gsvolu("ICO2", "CONE", idtmed[266], pcits, 5);    
+  gMC->Gsvolu("ICO2", "CONE", idtmed[264], pcits, 5);    
   gMC->Gspos("ICO2", 1, "ITSD", 0., 0., 59.+pcits[0], 0, "ONLY");
   gMC->Gspos("ICO2", 2, "ITSD", 0., 0., -(59.+pcits[0]), idrotm[200], "ONLY");
 
@@ -1030,21 +1036,3 @@ void AliITSvPPRcoarsesymm::StepManager(){
 //
 */
 }
-/*
-//____________________________________________________________________________
-void AliITSvPPRcoarsesymm::Streamer(TBuffer &R__b){
-////////////////////////////////////////////////////////////////////////
-//    A dummy Streamer function for this class AliITSvPPRcoarsesymm. By default it
-// only streams the AliITS class as it is required. Since this class
-// dosen't contain any "real" data to be saved, it doesn't.
-////////////////////////////////////////////////////////////////////////
-
-   if (R__b.IsReading()) {
-      Version_t R__v = R__b.ReadVersion(); if (R__v) { }
-      AliITS::Streamer(R__b);
-   } else {
-      R__b.WriteVersion(AliITSvPPRcoarsesymm::IsA());
-      AliITS::Streamer(R__b);
-   } // end if R__b.IsReading()
-}
-*/