]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing compilation warnings...
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Jun 2013 08:53:37 +0000 (08:53 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Jun 2013 08:53:37 +0000 (08:53 +0000)
ITS/UPGRADE/AliITSUv0Layer.cxx

index 5dcb0fc11fee9dbfde594fb7cd3fc702a14183a5..83470907aa24d796ed46e8383e8194b8686dc5e5 100644 (file)
@@ -1390,9 +1390,9 @@ TGeoVolume* AliITSUv0Layer::CreateStaveModel3(const Double_t xlad,
   TGeoMedium *medKapton    = mgr->GetMedium("ITS_KAPTON(POLYCH2)$");\r
   TGeoMedium *medGlue      = mgr->GetMedium("ITS_GLUE$");\r
   TGeoMedium *medFlexCable = mgr->GetMedium("ITS_FLEXCABLE$");\r
-  TGeoMedium *medK13D2U2k  = mgr->GetMedium("ITS_K13D2U2k$");\r
-  TGeoMedium *medFGS003    = mgr->GetMedium("ITS_FGS003$"); \r
-  TGeoMedium *medCarbonFleece = mgr->GetMedium("ITS_CarbonFleece$"); \r
+  //TGeoMedium *medK13D2U2k  = mgr->GetMedium("ITS_K13D2U2k$");\r
+  //TGeoMedium *medFGS003    = mgr->GetMedium("ITS_FGS003$"); \r
+  //TGeoMedium *medCarbonFleece = mgr->GetMedium("ITS_CarbonFleece$"); \r
 \r
   // Local parameters\r
     Double_t kConeOutRadius = 0.15/2;\r
@@ -1540,7 +1540,7 @@ TGeoVolume* AliITSUv0Layer::CreateStaveModel3(const Double_t xlad,
       \r
       TGeoBBox *tM0f=new TGeoBBox(0.02/2, hh/2, smcLength/2);\r
       TGeoVolume *volTM0f=new TGeoVolume("microChanTop3", tM0f, medKapton);\r
-      Double_t smcChannels=12;\r
+      //Double_t smcChannels=12;\r
       Double_t smcCloseWallvapor=smcWidth/2-smcSide1Thick-vaporThick-smcSide2Thick-smcSide3Thick-12*smcSpace-11*smcSide5Thick;\r
       Double_t smcCloseWallliquid=smcWidth/2-smcSide1Thick-liquidThick-smcSide2Thick-smcSide4Thick-12*smcSpace-11*smcSide5Thick;\r
       volTM0f->SetLineColor(12);\r
@@ -1773,7 +1773,7 @@ TGeoVolume* AliITSUv0Layer::CreateModule(const Double_t xlad,
 \r
 \r
   // We have all shapes: now create the real volumes\r
-  TGeoMedium *medAir = mgr->GetMedium("ITS_AIR$");\r
+  //TGeoMedium *medAir = mgr->GetMedium("ITS_AIR$");\r
   TGeoMedium *medSi  = mgr->GetMedium("ITS_SI$");\r
 \r
   snprintf(volname, 30, "%s%d", AliITSUGeomTGeo::GetITSModulePattern(), fLayerNumber);\r