]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/RichGeom.C
minor impovements
[u/mrichter/AliRoot.git] / RICH / RichGeom.C
index b07f98095b9ede9f37533cf76cc1ee1e23e74545..d9c94f6559560cfcf2f868cb9d3bfb6edad809e3 100644 (file)
@@ -4,9 +4,8 @@ Int_t copy; //volume copy number
 Double_t dx,dy,dz,r1,r2;//tmp vars for volume dimentions
 Double_t cm=1,m=100*cm,mm=0.1*cm,mkm=0.001*cm;//length units  
 
-void Geom()
+void RichGeom()
 {
-  AliRICHParam::SetRadioSrc(kTRUE);
   p=new AliRICHParam;
   
   //gSystem->Load("libGeom.so");  
@@ -76,8 +75,6 @@ void Rich(TGeoVolume *pTop)
                  Gap(pRich);           //anod wires
                  Frame3(pRich);        //cathode wires
                  Frame4(pRich);        //collection wires  
-  if(!p->IsRadioSrc())    Radiators(pRich);
-  else                    Sr90(pRich);
                  Sandbox(pRich);
 }//Rich()
 //__________________________________________________________________________________________________