]> 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:32 +0000 (14:22 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jan 2010 14:22:32 +0000 (14:22 +0000)
TOF/AliTOFSDigitizer.cxx
TOF/AliTOFSDigitizer.h

index 3ee8dfcf3f02abd47566a3c59d368c381efb9fb7..9e662e0d924363eda81ebaca235a4a7dc3fb221c 100644 (file)
@@ -314,7 +314,7 @@ void AliTOFSDigitizer::InitParameters()
 }
 
 //__________________________________________________________________
-Double_t TimeWithTail(Double_t* x, Double_t* par)
+Double_t TimeWithTail(const Double_t * const x, const Double_t * const par)
 {
   // sigma - par[0], alpha - par[1], part - par[2]
   //  at x<part*sigma - gauss
index a5c591c6e33b8f6b916f67513f129da09d3df619..091f8ac178caceec4534dd1323f2a6d29ca96831 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALITOFSDigitizer_H
-#define ALITOFSDigitizer_H
+#ifndef ALITOFSDIGITIZER_H
+#define ALITOFSDIGITIZER_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
@@ -36,7 +36,7 @@ public:
   //static Float_t WidthTdcBin() {return fgkTdcBin;};
 
   virtual void  Exec(Option_t *verboseOption); 
-  void SetSDigitsFile(char * /*file*/ ) {;}
+  void SetSDigitsFile(char * /*file*/ ) const {;}
   
   void InitParameters();
   virtual void PrintParameters() const ;
@@ -176,4 +176,4 @@ private:
 
 };
 
-#endif // AliTOFSDigitizer_H
+#endif // AliTOFSDIGITIZER_H