X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliCalmodule.h;fp=RALICE%2FAliCalmodule.h;h=0929165c19c2cb2e0108a92a106737afee8ce34b;hb=f40f8fbdefaeed49c047bc0f973c949268107c74;hp=28780fdd640fcfa954d6b7c8b5fd185e774cd29a;hpb=ae37f159e5c6612d4b701968ddce670d282e4dda;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliCalmodule.h b/RALICE/AliCalmodule.h index 28780fdd640..0929165c19c 100644 --- a/RALICE/AliCalmodule.h +++ b/RALICE/AliCalmodule.h @@ -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