]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliSHILv2.cxx
added method to check the whoole filter mask, not just one bit
[u/mrichter/AliRoot.git] / STRUCT / AliSHILv2.cxx
index 1fee5bff921fad47cf62dcb4d3f9e0ed3c02443a..f4975f89f501fe25bd5d9aec497d648dc142959b 100644 (file)
@@ -40,6 +40,7 @@ ClassImp(AliSHILv2)
 
  
 //_____________________________________________________________________________
+
 AliSHILv2::AliSHILv2():
     fPbCone(kTRUE),
     fWriteGeometry(kFALSE)
@@ -58,9 +59,6 @@ AliSHILv2::AliSHILv2(const char *name, const char *title)
   //
   // Standard constructor for muon shield
   //
-  SetMarkerColor(7);
-  SetMarkerStyle(2);
-  SetMarkerSize(0.4);
   // Pb  cone not yet compatible with muon chamber inner radii
   // Switched off by default
 }
@@ -1590,7 +1588,6 @@ void AliSHILv2::CreateGeometry()
       
       TGeoRotation* rotxz = new TGeoRotation("rotxz",  90., 0., 90., 90., 180., 0.);
       TGeoVolume* yout1 =  gGeoManager->GetVolume("YOUT1");
-      cout << zstart << "..." << dz << endl;
       yout1->AddNode(extraShield1, 1, new TGeoCombiTrans(0., 0., -zstart - ( 49.7 + dzKeep), rotxz));
       yout1->AddNode(extraShield2, 1, new TGeoCombiTrans(0., 0., -zstart - (kZch21 - zstart + dz ), rotxz));