]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponse.h
removing temporary file
[u/mrichter/AliRoot.git] / MUON / AliMUONResponse.h
index 0b5ad31a49882dd3d68bc69f93f5aa64a38e51c1..75c6c262d53c537e09cc2289381ddee8097ef360 100644 (file)
@@ -8,9 +8,7 @@
 #include "TObject.h"
 
 class TF1;
-class AliMUONChamber;
-class AliMUONRecCluster;
-class AliMUONSegmentation;
+class AliSegmentation;
 
 
 class AliMUONResponse :
@@ -45,12 +43,16 @@ public TObject {
     virtual void    SetPitch(Float_t)                         =0;
     // Get anode cathode Pitch
     virtual Float_t Pitch()                                   =0;
+    // Set the charge correlation
+    virtual void SetChargeCorrel(Float_t correl)              =0;
+    // Get the charge correlation
+    virtual Float_t ChargeCorrel()                            =0;
     //  
     // Chamber response methods
     // Pulse height from scored quantity (eloss)
     virtual Float_t IntPH(Float_t eloss)                      =0;
     // Charge disintegration 
-    virtual Float_t IntXY(AliMUONSegmentation *)              =0;
+    virtual Float_t IntXY(AliSegmentation *)                  =0;
     // Noise, zero-suppression, adc saturation
     virtual Int_t DigitResponse(Int_t digit)                  =0;
     //