]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliCalmodule.h
New version of the code, see history.txt for more details
[u/mrichter/AliRoot.git] / RALICE / AliCalmodule.h
index 28780fdd640fcfa954d6b7c8b5fd185e774cd29a..0929165c19c2cb2e0108a92a106737afee8ce34b 100644 (file)
@@ -23,11 +23,6 @@ class AliCalmodule : public AliSignal
   Int_t GetColumn();                               // Return the column number of the module
   void SetClusteredSignal(Float_t val);            // Set the signal of the module after clustering
   Float_t GetClusteredSignal();                    // Return module signal after clustering
-  void SetEdgeOn();                                // Set flag to indicate modules at edges
-  void SetEdgeOff();                               // Set flag to indicate modules not at edges
-  void EdgeUp();                                   // Increase edge value by 1
-  void EdgeDown();                                 // Decrease edge value by 1
-  Int_t GetEdgeValue();                            // Return the value of the edge indicator
   void SetDead();                                  // Set flag to indicate dead modules
   void SetAlive();                                 // Set flag to indicate active modules
   Int_t GetDeadValue();                            // Return the value of the dead module indicator
@@ -38,7 +33,6 @@ class AliCalmodule : public AliSignal
   Int_t fRow;      // The current row number
   Int_t fCol;      // The current column number
   Float_t fSigc;   // The signal after clustering
-  Int_t fEdge;     // Flag to indicate edge module (>0=edge 0=no edge)
   Int_t fDead;     // Flag to indicate dead module (1=dead 0=alive)
   Float_t fGain;   // Gain of the module's readout system