]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSChannelSPD.h
Correct formula for phi, in case of current local X <0, in GetLocalXat and GetPhiZat
[u/mrichter/AliRoot.git] / ITS / AliITSChannelSPD.h
index 6c9b3e9bfcafa8e671f13321591fd59c1ddcf0c5..b72d3037e4ec11849e59e16b48a5b363329f0c32 100644 (file)
@@ -22,7 +22,7 @@ class AliITSChannelSPD: public TObject {
  public:
 
   AliITSChannelSPD(void);                                  // Default constructor
-  AliITSChannelSPD(const Int_t column, const Int_t row);    // Constructor for already existing "bad" channel
+  AliITSChannelSPD(Int_t column, Int_t row);    // Constructor for already existing "bad" channel
   AliITSChannelSPD(const AliITSChannelSPD &ch);             // Copy constructor
   virtual ~AliITSChannelSPD(void) { };                      // Default destructor
   AliITSChannelSPD& operator=(const AliITSChannelSPD &ch);  // Assignment operator