]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing meaningless const
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 18:34:07 +0000 (18:34 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 18:34:07 +0000 (18:34 +0000)
ITS/AliITSBadChannelsAuxSPD.h
ITS/AliITSPreprocessorSPD.h

index b6ce8ffb929106fca067ed223bcd72f9384d45c2..f5dc3293d58b0e29ed20724d2e60e92dbce2d594 100644 (file)
@@ -38,7 +38,7 @@ class AliITSBadChannelsAuxSPD {
 
   // Miscellanious
   Bool_t CreateHTMLReport(char *name, Int_t* &array, Int_t* &indexArray,    // Create an HTML report
-                         const Int_t indexSize, TString *buffer, Bool_t tags);
+                         Int_t indexSize, TString *buffer, Bool_t tags);
 
  protected:
 
index 4701b6e7750fb8b028c3be84df3941b07d393703..497a8ad87be973d0664299c788c376331ab4cd7d 100644 (file)
@@ -47,7 +47,7 @@ class AliITSPreprocessorSPD : public TTask {
 
   AliITSPreprocessorSPD(void);                                         // Default constructor
   AliITSPreprocessorSPD(const char *fileName, const char *mode,        // Standard constructor
-                       const char *fileNameg, const Int_t maxNumberOfEvents);
+                       const char *fileNameg, Int_t maxNumberOfEvents);
   AliITSPreprocessorSPD(const AliITSPreprocessorSPD &prep);            // Default copy constructor
   AliITSPreprocessorSPD& operator=(const AliITSPreprocessorSPD &prep); // Assignment operator
   virtual ~AliITSPreprocessorSPD(void);                                // Virtual destructor