]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseV0.cxx
Minor fixes in the event tag to take into account the new way of storing the trigger...
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseV0.cxx
index c0ad5c0f855d1dbe519b2a0668fd4e6ad11ad0a4..93f6f4dd716cbf66233713b2349545eb79bd1146 100644 (file)
 
 /* $Id$ */
 
+// --------------------------
+// Class AliMUONResponseV0
+// --------------------------
+// Implementation of Mathieson response
+// ...
 
 #include "AliMUONResponseV0.h"
 
@@ -111,6 +116,8 @@ AliMUONResponseV0& AliMUONResponseV0::operator = (const AliMUONResponseV0& rhs)
 void
 AliMUONResponseV0::Print(Option_t*) const
 {
+// Printing
+
   cout << " ChargeSlope=" << fChargeSlope
     << " ChargeSpreadX,Y=" << fChargeSpreadX
     << fChargeSpreadY
@@ -152,7 +159,7 @@ void AliMUONResponseV0::SetSqrtKy3AndDeriveKy2Ky4(Float_t SqrtKy3)
   fMathieson->SetSqrtKy3AndDeriveKy2Ky4(SqrtKy3);
 }
   //__________________________________________________________________________
-Float_t AliMUONResponseV0::IntPH(Float_t eloss)
+Float_t AliMUONResponseV0::IntPH(Float_t eloss) const
 {
   // Calculate charge from given ionization energy loss
   Int_t nel;
@@ -168,7 +175,9 @@ Float_t AliMUONResponseV0::IntPH(Float_t eloss)
 }
 
   //-------------------------------------------
-Float_t AliMUONResponseV0::IntXY(Int_t idDE, AliMUONGeometrySegmentation* segmentation)
+Float_t AliMUONResponseV0::IntXY(Int_t idDE,
+                                AliMUONGeometrySegmentation* segmentation) 
+const
 {
  // Calculate charge on current pad according to Mathieson distribution
 
@@ -177,7 +186,9 @@ Float_t AliMUONResponseV0::IntXY(Int_t idDE, AliMUONGeometrySegmentation* segmen
 
 
   //-------------------------------------------
-Int_t  AliMUONResponseV0::DigitResponse(Int_t digit, AliMUONTransientDigit* /*where*/)
+Int_t  AliMUONResponseV0::DigitResponse(Int_t digit,
+                                       AliMUONTransientDigit* /*where*/)
+const
 {
   // \deprecated method
   // Now part of the digitizer (where it belongs really), e.g. DigitizerV3