]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
RC17 violation: suppression
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:54:22 +0000 (16:54 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:54:22 +0000 (16:54 +0000)
TOF/AliTOFhitT0.cxx
TOF/AliTOFhitT0.h

index eef48fe7f33a2021b85d6782c41078aa0b18f33a..8fb4fc9769bac460d3b01ea4647965c60ce79eb7 100644 (file)
@@ -101,8 +101,8 @@ AliTOFhitT0::AliTOFhitT0(const AliTOFhitT0 & hit):
 }
  
 //______________________________________________________________________________
-AliTOFhitT0::AliTOFhitT0(Int_t shunt, Int_t track, Int_t *vol,
-                     Float_t *hits):
+AliTOFhitT0::AliTOFhitT0(Int_t shunt, Int_t track, Int_t * const vol,
+                     Float_t * const hits):
   AliHit(shunt, track),
   fSector(-1),
   fPlate(-1),
index 6740549290d878e878ef4588db34f44746eb195c..22ac4602568dacf52801bc216b8c8f6262e1931f 100644 (file)
@@ -19,8 +19,8 @@
 class AliTOFhitT0 : public AliHit {  
 public:
   AliTOFhitT0();
-  AliTOFhitT0(Int_t shunt, Int_t track, Int_t* vol, 
-            Float_t *hits);
+  AliTOFhitT0(Int_t shunt, Int_t track, Int_t * const vol,
+            Float_t * const hits);
   AliTOFhitT0(const AliTOFhitT0 & hit) ;
   virtual ~AliTOFhitT0() {}
   // getters for AliTOFhitT0 object