]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSBadChannelsSPD.h
Initialisation.
[u/mrichter/AliRoot.git] / ITS / AliITSBadChannelsSPD.h
index 4af28c039981fc594bb2ef7c68416f70de19fc69..fc61dca34a834f0927e8a55084a75dd0125ee06f 100644 (file)
@@ -39,12 +39,12 @@ class AliITSBadChannelsSPD: public TObject {
   Int_t GetBadChannelsArraySize(void) const             // Return the size of the bad channels array
     { return fBadChannelsArraySize; };
 
-  Int_t* CreateModuleArray(const Int_t module) const;   // Create an array with sequential data for a given module
-  Int_t GetModuleArraySize(const Int_t module) const    // Return array size for a given module
+  Int_t* CreateModuleArray(Int_t module) const;   // Create an array with sequential data for a given module
+  Int_t GetModuleArraySize(Int_t module) const    // Return array size for a given module
     { return (2*fBadChannelsArray[fIndexArray[module]] + 1); };
 
-  TObjArray* CreateModuleObjArray(const Int_t module) const; // Create a TObjArray with data for a given module
-  Int_t GetModuleObjArraySize(const Int_t module) const      // Return TObjArray size for a given module
+  TObjArray* CreateModuleObjArray(Int_t module) const; // Create a TObjArray with data for a given module
+  Int_t GetModuleObjArraySize(Int_t module) const      // Return TObjArray size for a given module
     { return (fBadChannelsArray[fIndexArray[module]]); };
 
  protected: