]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug in StepManager() corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Nov 2000 11:39:02 +0000 (11:39 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Nov 2000 11:39:02 +0000 (11:39 +0000)
MUON/AliMUONv1.cxx

index 5aa25d17696bee02bc97ee1267e545f32af7bd3f..2c0d3390be0c66633e3097f9c6caba2a0b59be18 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.14  2000/11/06 09:16:50  morsch
+Avoid overlap of slat volumes.
+
 Revision 1.13  2000/10/26 07:33:44  morsch
 Correct x-position of slats in station 5.
 
@@ -1892,10 +1895,6 @@ void AliMUONv1::StepManager()
   // Set maximum step size for gas
   // numed=gMC->GetMedium();
   //
-  gMC->TrackPosition(pos);
-  id = gMC->CurrentVolID(copy);
-  char* voln = gMC->VolName(id);
-  //    printf("\n pos: %f %f %f %s", pos[0], pos[1], pos[2],voln);
   // Only charged tracks
   if( !(gMC->TrackCharge()) ) return; 
   //