]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDv1.cxx
Remove compiler warnings
[u/mrichter/AliRoot.git] / TRD / AliTRDv1.cxx
index c269d434d64e131ce452bf9e68f0827159f9a13a..c75f85d86059269b7a1dda58a0eef3376be21b50 100644 (file)
@@ -130,7 +130,7 @@ AliTRDv1 &AliTRDv1::operator=(const AliTRDv1 &trd)
 }
  
 //_____________________________________________________________________________
-void AliTRDv1::Copy(TObject &trd)
+void AliTRDv1::Copy(TObject &trd) const
 {
   //
   // Copy function
@@ -762,7 +762,7 @@ void AliTRDv1::StepManagerFixedStep()
   Int_t idChamber = (atoi(cIdChamber) % kNdetsec);
   cha = ((Int_t) idChamber / kNplan);
   pla = ((Int_t) idChamber % kNplan);
-  
+
   // Check on selected volumes
   Int_t addthishit = 1;
   if(fSensSelect) {