]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhit.cxx
Coding convention violations (RC17): suppression
[u/mrichter/AliRoot.git] / TOF / AliTOFhit.cxx
index 28a8f9a41529d79f98b9288325fcbb319ac0935b..7966929cfe6baf852a138a254965fc0523689864 100644 (file)
@@ -1,3 +1,18 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *    
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  * 
+ **************************************************************************/
+
 //_________________________________________________________________________
 //  TOF hit  : member variables
 //  fTrack   :
 
 
 
-/**************************************************************************
- * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- *                                                                        *
- * Author: The ALICE Off-line Project.                                    *
- * Contributors are mentioned in the code where appropriate.              *
- *                                                                        *    
- * Permission to use, copy, modify and distribute this software and its   *
- * documentation strictly for non-commercial purposes is hereby granted   *
- * without fee, provided that the above copyright notice appears in all   *
- * copies and that both the copyright notice and this permission notice   *
- * appear in the supporting documentation. The authors make no claims     *
- * about the suitability of this software for any purpose. It is          *
- * provided "as is" without express or implied warranty.                  * 
- **************************************************************************/
-
 #include "AliTOFhit.h"
 
 ClassImp(AliTOFhit)
@@ -104,8 +104,8 @@ AliTOFhit::AliTOFhit(const AliTOFhit & hit)
 }
  
 //______________________________________________________________________________
-AliTOFhit::AliTOFhit(Int_t shunt, Int_t track, Int_t *vol,
-                     Float_t *hits)
+AliTOFhit::AliTOFhit(Int_t shunt, Int_t track, Int_t * const vol,
+                     Float_t * const hits)
   :AliHit(shunt, track),
   fSector(-1),
   fPlate(-1),