]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing extra semicolons (gcc 3.4.3)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Apr 2005 00:40:29 +0000 (00:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Apr 2005 00:40:29 +0000 (00:40 +0000)
ITS/AliITSvBeamTestITS04.cxx

index 60543e1cdd5d15d09b7fff3f303e7845449df34e..dd95388fc7bdb8547fea2ec81fdaf2d81565dba4 100644 (file)
@@ -473,7 +473,7 @@ void AliITSvBeamTestITS04::SetDefaults()
   
   if(kNTYPES>3){Warning("SetDefaults","Only the four basic detector types are initialised!");}
   return;
-};
+}
 
 //______________________________________________________________________
 void AliITSvBeamTestITS04::AddSPDGeometry(TGeoVolume *moth) const
@@ -505,7 +505,7 @@ void AliITSvBeamTestITS04::AddSPDGeometry(TGeoVolume *moth) const
     //draw options
     waferSPD->SetLineColor(4);
     sensVolSPD->SetLineColor(4);
-};
+}
 
 
 //______________________________________________________________________
@@ -533,7 +533,7 @@ void AliITSvBeamTestITS04::AddSDDGeometry(TGeoVolume *moth) const
     //draw options
     waferSDD->SetLineColor(3);
     sensVolSDD->SetLineColor(3);
-};
+}
 
 
 //______________________________________________________________________
@@ -569,7 +569,7 @@ void AliITSvBeamTestITS04::AddSSDGeometry(TGeoVolume *moth) const
     //draw options
     waferSSD->SetLineColor(2);
     sensVolSSD->SetLineColor(2);
-};
+}
 
 //______________________________________________________________________
 void AliITSvBeamTestITS04::StepManager()
@@ -648,7 +648,7 @@ void AliITSvBeamTestITS04::StepManager()
     position0 = position;
     stat0 = vol[3];
     return;
-};
+}
 
 //______________________________________________________________________
 Int_t AliITSvBeamTestITS04::GetCurrentLayLaddDet(Int_t &lay,Int_t &ladd, Int_t &det) const
@@ -682,7 +682,7 @@ Int_t AliITSvBeamTestITS04::GetCurrentLayLaddDet(Int_t &lay,Int_t &ladd, Int_t &
     };  
     
     return kTRUE;
-};
+}
 
 //_____________________________________________________________