]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coding convention violations: suppression
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jan 2010 14:22:14 +0000 (14:22 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jan 2010 14:22:14 +0000 (14:22 +0000)
TOF/AliTOFv6T0.cxx
TOF/AliTOFv6T0.h

index ed34c820d691333d1246509f6d42c7e997eb35c8..aa3c856894fe32deea3cc1d45a8d2c57a1ec8588 100644 (file)
@@ -2503,7 +2503,8 @@ void AliTOFv6T0::StepManager()
   }
 }
 //-------------------------------------------------------------------
-void AliTOFv6T0::MaterialMixer(Float_t* p,Float_t* a,Float_t* m,Int_t n) const
+void AliTOFv6T0::MaterialMixer(Float_t * p, const Float_t * const a,
+                              const Float_t * const m, Int_t n) const
 {
   // a[] atomic weights vector      (in)
   //     (atoms present in more compound appear separately)
index c1b15e5de12cf4f78003123a843f1f9182cddb0c..2201db1076e484c85aaf75b723074630091ab6a5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALITOFv6T0_H
-#define ALITOFv6T0_H
+#ifndef ALITOFV6T0_H
+#define ALITOFV6T0_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -36,7 +36,8 @@ public:
  
  protected:
 
-  void MaterialMixer(Float_t* p,Float_t* a,Float_t* m,Int_t n) const;
+  void MaterialMixer(Float_t * p, const Float_t * const a,
+                    const Float_t * const m, Int_t n) const;
 
 private:
 
@@ -146,7 +147,7 @@ private:
   static const Float_t fgkBarS1[3]; // (cm)
   static const Float_t fgkBarS2[3]; // (cm)
 
-  ClassDef(AliTOFv6T0,0)  //Time Of Flight version 6
+  ClassDef(AliTOFv6T0,1)  //Time Of Flight version 6
 };
  
-#endif /* ALITOFv6T0_H */
+#endif /* ALITOFV6T0_H */